summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Marshall <hubcap@omnibond.com>2018-06-01 13:18:26 -0400
committerMike Marshall <hubcap@omnibond.com>2018-06-01 14:51:40 -0400
commit8a6080f574b172f4d0916f69c52d3a157d355f9c (patch)
tree5b08f8a968430a1da2853d2437b82115c1e3d7bd
parent817e9b4d9e660761e1e613aa294bf77d2e7c7310 (diff)
downloadlinux-0-day-8a6080f574b172f4d0916f69c52d3a157d355f9c.tar.gz
linux-0-day-8a6080f574b172f4d0916f69c52d3a157d355f9c.tar.xz
orangefs: remove unused function orangefs_get_bufmap_init
get_bufmap_init is used in the out-of-tree module, but was left in the upstream version as an oversight. Tip-of-the-hat to sparse and Al Viro. Signed-off-by: Mike Marshall <hubcap@omnibond.com>
-rw-r--r--fs/orangefs/orangefs-bufmap.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/fs/orangefs/orangefs-bufmap.c b/fs/orangefs/orangefs-bufmap.c
index c4699a164f768..c4e98c9c16217 100644
--- a/fs/orangefs/orangefs-bufmap.c
+++ b/fs/orangefs/orangefs-bufmap.c
@@ -215,20 +215,6 @@ int orangefs_bufmap_shift_query(void)
static DECLARE_WAIT_QUEUE_HEAD(bufmap_waitq);
static DECLARE_WAIT_QUEUE_HEAD(readdir_waitq);
-/*
- * orangefs_get_bufmap_init
- *
- * If bufmap_init is 1, then the shared memory system, including the
- * buffer_index_array, is available. Otherwise, it is not.
- *
- * returns the value of bufmap_init
- */
-int orangefs_get_bufmap_init(void)
-{
- return __orangefs_bufmap ? 1 : 0;
-}
-
-
static struct orangefs_bufmap *
orangefs_bufmap_alloc(struct ORANGEFS_dev_map_desc *user_desc)
{