summaryrefslogtreecommitdiffstats
path: root/fs/orangefs/orangefs-bufmap.h
diff options
context:
space:
mode:
authorAl Viro2016-02-14 03:04:51 +0100
committerMike Marshall2016-02-19 19:45:54 +0100
commit82d37f19ff885ece97b8a072182e39c9dc4ead7d (patch)
tree3fd02055b7c7e55765b3315320d419041f825504 /fs/orangefs/orangefs-bufmap.h
parentorangefs: bufmap rewrite (diff)
downloadkernel-qcow2-linux-82d37f19ff885ece97b8a072182e39c9dc4ead7d.tar.gz
kernel-qcow2-linux-82d37f19ff885ece97b8a072182e39c9dc4ead7d.tar.xz
kernel-qcow2-linux-82d37f19ff885ece97b8a072182e39c9dc4ead7d.zip
orangefs_readdir_index_put(): get rid of bufmap argument
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Mike Marshall <hubcap@omnibond.com>
Diffstat (limited to 'fs/orangefs/orangefs-bufmap.h')
-rw-r--r--fs/orangefs/orangefs-bufmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/orangefs/orangefs-bufmap.h b/fs/orangefs/orangefs-bufmap.h
index f0684f0085d1..0be62be373f7 100644
--- a/fs/orangefs/orangefs-bufmap.h
+++ b/fs/orangefs/orangefs-bufmap.h
@@ -25,7 +25,7 @@ void orangefs_bufmap_put(int buffer_index);
int orangefs_readdir_index_get(struct orangefs_bufmap **mapp, int *buffer_index);
-void orangefs_readdir_index_put(struct orangefs_bufmap *bufmap, int buffer_index);
+void orangefs_readdir_index_put(int buffer_index);
int orangefs_bufmap_copy_from_iovec(struct orangefs_bufmap *bufmap,
struct iov_iter *iter,