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.c | |
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.c')
-rw-r--r-- | fs/orangefs/orangefs-bufmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/orangefs/orangefs-bufmap.c b/fs/orangefs/orangefs-bufmap.c index 96faf4ee6529..44d437dbfce0 100644 --- a/fs/orangefs/orangefs-bufmap.c +++ b/fs/orangefs/orangefs-bufmap.c @@ -502,7 +502,7 @@ int orangefs_readdir_index_get(struct orangefs_bufmap **mapp, int *buffer_index) return ret; } -void orangefs_readdir_index_put(struct orangefs_bufmap *bufmap, int buffer_index) +void orangefs_readdir_index_put(int buffer_index) { put(&readdir_map, buffer_index); } |