diff options
author | Mike Marshall <hubcap@omnibond.com> | 2015-11-13 14:39:15 -0500 |
---|---|---|
committer | Mike Marshall <hubcap@omnibond.com> | 2015-11-13 14:39:15 -0500 |
commit | b5bbc84328556bb653412b8e9682b8fdb091866a (patch) | |
tree | 255150ad4fd3ba6c3cf3989e1a1caa3f55d78201 /fs/orangefs | |
parent | 6d0dd7684cc8d010ab3082db572534dffd2ad42d (diff) |
Orangefs: fix gossip statement
Signed-off-by: Mike Marshall <hubcap@omnibond.com>
Diffstat (limited to 'fs/orangefs')
-rw-r--r-- | fs/orangefs/devpvfs2-req.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/orangefs/devpvfs2-req.c b/fs/orangefs/devpvfs2-req.c index 7a719900235f..dbf52ab1e569 100644 --- a/fs/orangefs/devpvfs2-req.c +++ b/fs/orangefs/devpvfs2-req.c @@ -356,7 +356,7 @@ static ssize_t pvfs2_devreq_writev(struct file *file, size_t size; gossip_debug(GOSSIP_DEV_DEBUG, "writev: trailer size %ld\n", - (unsigned long)size); + (unsigned long)trailer_size); if (count != (notrailer_count + 1)) { gossip_err("Error: trailer size (%ld) is non-zero, no trailer elements though? (%zu)\n", (unsigned long)trailer_size, count); dev_req_release(buffer); |