orangefs: Remove useless inline qualifier from bufmap functions.
authorMartin Brandenburg <martin@omnibond.com>
Tue, 15 Dec 2015 19:48:17 +0000 (14:48 -0500)
committerMike Marshall <hubcap@omnibond.com>
Thu, 17 Dec 2015 19:34:53 +0000 (14:34 -0500)
commit765a75b34a9d72aca875d85d4dc40945afd2939e
tree99bacaf9b56486753567a4995bee4b86c584a008
parentbf89f584329c79909ea01c99aeac59ec20b3f524
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>
fs/orangefs/orangefs-bufmap.c
fs/orangefs/orangefs-bufmap.h