get rid of bufmap argument of orangefs_bufmap_put()
it's always equal to __orangefs_bufmap and the latter can't change until we are done Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Mike Marshall <hubcap@omnibond.com>
This commit is contained in:
@@ -21,7 +21,7 @@ void orangefs_bufmap_finalize(void);
|
||||
|
||||
int orangefs_bufmap_get(struct orangefs_bufmap **mapp, int *buffer_index);
|
||||
|
||||
void orangefs_bufmap_put(struct orangefs_bufmap *bufmap, int buffer_index);
|
||||
void orangefs_bufmap_put(int buffer_index);
|
||||
|
||||
int orangefs_readdir_index_get(struct orangefs_bufmap **mapp, int *buffer_index);
|
||||
|
||||
|
Reference in New Issue
Block a user