mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 07:12:09 +00:00
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>
This commit is contained in:
parent
ea2c9c9f65
commit
82d37f19ff
3 changed files with 9 additions and 10 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue