summaryrefslogtreecommitdiffstats
path: root/fs/orangefs/orangefs-bufmap.h
diff options
context:
space:
mode:
authorMartin Brandenburg2016-01-04 21:05:28 +0100
committerMike Marshall2016-01-04 22:21:46 +0100
commit7d2214858f137ff5fe20d0fdc2823c12b4b54f46 (patch)
treec269ab6ecb76f691dc20623ea0ffac2ba46ff736 /fs/orangefs/orangefs-bufmap.h
parentorangefs: Don't pollute global namespace (diff)
downloadkernel-qcow2-linux-7d2214858f137ff5fe20d0fdc2823c12b4b54f46.tar.gz
kernel-qcow2-linux-7d2214858f137ff5fe20d0fdc2823c12b4b54f46.tar.xz
kernel-qcow2-linux-7d2214858f137ff5fe20d0fdc2823c12b4b54f46.zip
orangefs: Fix some more global namespace pollution.
This only changes the names of things, so there is no functional change. Signed-off-by: Martin Brandenburg <martin@omnibond.com> Signed-off-by: Mike Marshall <hubcap@omnibond.com>
Diffstat (limited to 'fs/orangefs/orangefs-bufmap.h')
-rw-r--r--fs/orangefs/orangefs-bufmap.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/orangefs/orangefs-bufmap.h b/fs/orangefs/orangefs-bufmap.h
index 112ec33a1b86..dff55e2857c5 100644
--- a/fs/orangefs/orangefs-bufmap.h
+++ b/fs/orangefs/orangefs-bufmap.h
@@ -15,7 +15,7 @@ int orangefs_bufmap_shift_query(void);
int orangefs_bufmap_initialize(struct ORANGEFS_dev_map_desc *user_desc);
-int get_bufmap_init(void);
+int orangefs_get_bufmap_init(void);
void orangefs_bufmap_finalize(void);
@@ -23,9 +23,9 @@ int orangefs_bufmap_get(struct orangefs_bufmap **mapp, int *buffer_index);
void orangefs_bufmap_put(struct orangefs_bufmap *bufmap, int buffer_index);
-int readdir_index_get(struct orangefs_bufmap **mapp, int *buffer_index);
+int orangefs_readdir_index_get(struct orangefs_bufmap **mapp, int *buffer_index);
-void readdir_index_put(struct orangefs_bufmap *bufmap, int buffer_index);
+void orangefs_readdir_index_put(struct orangefs_bufmap *bufmap, int buffer_index);
int orangefs_bufmap_copy_from_iovec(struct orangefs_bufmap *bufmap,
struct iov_iter *iter,