Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7df240d7 authored by Al Viro's avatar Al Viro Committed by Mike Marshall
Browse files

orangefs-bufmap.h: trim unused junk

parent b8a99a8f
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -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 */