aboutsummaryrefslogtreecommitdiffstats
path: root/fs/orangefs
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2016-02-16 20:12:04 -0500
committerMike Marshall <hubcap@omnibond.com>2016-03-25 22:30:54 -0400
commit7df240d771862c31f869d6b9024c1942c1f01521 (patch)
tree8077075bcdf9b00788767abb48e450e3d87542eb /fs/orangefs
parentorangefs: saner calling conventions for getting a slot (diff)
downloadlinux-dev-7df240d771862c31f869d6b9024c1942c1f01521.tar.xz
linux-dev-7df240d771862c31f869d6b9024c1942c1f01521.zip
orangefs-bufmap.h: trim unused junk
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Mike Marshall <hubcap@omnibond.com>
Diffstat (limited to 'fs/orangefs')
-rw-r--r--fs/orangefs/orangefs-bufmap.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/fs/orangefs/orangefs-bufmap.h b/fs/orangefs/orangefs-bufmap.h
index ec2849cb52e2..71f64f4057b5 100644
--- a/fs/orangefs/orangefs-bufmap.h
+++ b/fs/orangefs/orangefs-bufmap.h
@@ -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 */