summaryrefslogtreecommitdiff
path: root/fs
diff options
context:
space:
mode:
authorMike Marshall <hubcap@omnibond.com>2015-11-13 22:39:15 +0300
committerMike Marshall <hubcap@omnibond.com>2015-11-13 22:39:15 +0300
commitb5bbc84328556bb653412b8e9682b8fdb091866a (patch)
tree255150ad4fd3ba6c3cf3989e1a1caa3f55d78201 /fs
parent6d0dd7684cc8d010ab3082db572534dffd2ad42d (diff)
downloadlinux-b5bbc84328556bb653412b8e9682b8fdb091866a.tar.xz
Orangefs: fix gossip statement
Signed-off-by: Mike Marshall <hubcap@omnibond.com>
Diffstat (limited to 'fs')
-rw-r--r--fs/orangefs/devpvfs2-req.c2
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);