summaryrefslogtreecommitdiffstats
path: root/fs/orangefs/orangefs-bufmap.h
diff options
context:
space:
mode:
authorMartin Brandenburg2015-12-15 20:45:12 +0100
committerMike Marshall2015-12-17 20:34:17 +0100
commitbf89f584329c79909ea01c99aeac59ec20b3f524 (patch)
treecf247cf0078850b5ca5565f18e9d71edd0698721 /fs/orangefs/orangefs-bufmap.h
parentorangefs: Remove ``aligned'' upcall and downcall length macros. (diff)
downloadkernel-qcow2-linux-bf89f584329c79909ea01c99aeac59ec20b3f524.tar.gz
kernel-qcow2-linux-bf89f584329c79909ea01c99aeac59ec20b3f524.tar.xz
kernel-qcow2-linux-bf89f584329c79909ea01c99aeac59ec20b3f524.zip
orangefs: Change visibility of several bufmap helpers to static.
Signed-off-by: Mike Marshall <hubcap@omnibond.com> Signed-off-by: Martin Brandenburg <martin@omnibond.com>
Diffstat (limited to 'fs/orangefs/orangefs-bufmap.h')
-rw-r--r--fs/orangefs/orangefs-bufmap.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/fs/orangefs/orangefs-bufmap.h b/fs/orangefs/orangefs-bufmap.h
index 91d1755c231a..f652b464b340 100644
--- a/fs/orangefs/orangefs-bufmap.h
+++ b/fs/orangefs/orangefs-bufmap.h
@@ -7,19 +7,8 @@
#ifndef __ORANGEFS_BUFMAP_H
#define __ORANGEFS_BUFMAP_H
-/* used to describe mapped buffers */
-struct orangefs_bufmap_desc {
- void *uaddr; /* user space address pointer */
- struct page **page_array; /* array of mapped pages */
- int array_count; /* size of above arrays */
- struct list_head list_link;
-};
-
struct orangefs_bufmap;
-struct orangefs_bufmap *orangefs_bufmap_ref(void);
-void orangefs_bufmap_unref(struct orangefs_bufmap *bufmap);
-
/*
* orangefs_bufmap_size_query is now an inline function because buffer
* sizes are not hardcoded