summaryrefslogtreecommitdiffstats
path: root/fs/orangefs/orangefs-bufmap.h
diff options
context:
space:
mode:
authorMartin Brandenburg2015-12-15 20:48:17 +0100
committerMike Marshall2015-12-17 20:34:53 +0100
commit765a75b34a9d72aca875d85d4dc40945afd2939e (patch)
tree99bacaf9b56486753567a4995bee4b86c584a008 /fs/orangefs/orangefs-bufmap.h
parentorangefs: Change visibility of several bufmap helpers to static. (diff)
downloadkernel-qcow2-linux-765a75b34a9d72aca875d85d4dc40945afd2939e.tar.gz
kernel-qcow2-linux-765a75b34a9d72aca875d85d4dc40945afd2939e.tar.xz
kernel-qcow2-linux-765a75b34a9d72aca875d85d4dc40945afd2939e.zip
orangefs: Remove useless inline qualifier from bufmap functions.
All callers were outside of the file these functions were declared in, so nothing was ever inlined anyway. Further this happens before I/O and any speedup by not having to do a call will be dwarfed by the time it takes to talk to the server. 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.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/orangefs/orangefs-bufmap.h b/fs/orangefs/orangefs-bufmap.h
index f652b464b340..112ec33a1b86 100644
--- a/fs/orangefs/orangefs-bufmap.h
+++ b/fs/orangefs/orangefs-bufmap.h
@@ -9,10 +9,6 @@
struct orangefs_bufmap;
-/*
- * orangefs_bufmap_size_query is now an inline function because buffer
- * sizes are not hardcoded
- */
int orangefs_bufmap_size_query(void);
int orangefs_bufmap_shift_query(void);