diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2016-02-14 03:04:51 +0100 |
---|---|---|
committer | Mike Marshall <hubcap@omnibond.com> | 2016-02-19 19:45:54 +0100 |
commit | 82d37f19ff885ece97b8a072182e39c9dc4ead7d (patch) | |
tree | 3fd02055b7c7e55765b3315320d419041f825504 /fs/orangefs/orangefs-bufmap.h | |
parent | orangefs: bufmap rewrite (diff) | |
download | linux-82d37f19ff885ece97b8a072182e39c9dc4ead7d.tar.xz 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.h | 2 |
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, |