orangefs-bufmap.h: trim unused junk

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Mike Marshall <hubcap@omnibond.com>
This commit is contained in:
Al Viro 2016-02-16 20:12:04 -05:00 committed by Mike Marshall
parent b8a99a8f9f
commit 7df240d771
1 changed files with 0 additions and 9 deletions

View File

@ -7,8 +7,6 @@
#ifndef __ORANGEFS_BUFMAP_H
#define __ORANGEFS_BUFMAP_H
struct orangefs_bufmap;
int orangefs_bufmap_size_query(void);
int orangefs_bufmap_shift_query(void);
@ -35,11 +33,4 @@ int orangefs_bufmap_copy_to_iovec(struct iov_iter *iter,
int buffer_index,
size_t size);
size_t orangefs_bufmap_copy_to_user_task_iovec(struct task_struct *tsk,
struct iovec *iovec,
unsigned long nr_segs,
struct orangefs_bufmap *bufmap,
int buffer_index,
size_t bytes_to_be_copied);
#endif /* __ORANGEFS_BUFMAP_H */