Skip to content

Commit

Permalink
orangefs-bufmap.h: trim unused junk
Browse files Browse the repository at this point in the history
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Mike Marshall <hubcap@omnibond.com>
  • Loading branch information
Al Viro authored and Mike Marshall committed Mar 26, 2016
1 parent b8a99a8 commit 7df240d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions fs/orangefs/orangefs-bufmap.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand All @@ -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 */

0 comments on commit 7df240d

Please sign in to comment.