mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 07:12:09 +00:00
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:
parent
c0eae8cd77
commit
1357d06d49
3 changed files with 6 additions and 5 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue