]> git.baikalelectronics.ru Git - kernel.git/commit
fs: Mark functions as static in exofs/ore_raid.c
authorRashika Kheria <rashika.kheria@gmail.com>
Sun, 9 Feb 2014 13:03:15 +0000 (18:33 +0530)
committerBoaz Harrosh <bharrosh@panasas.com>
Thu, 3 Apr 2014 08:40:55 +0000 (11:40 +0300)
commit39067afe8c4c7b878507dc12291f7e33a8dd3492
tree20335bd33e8196b160fd53fd0733695441180da2
parent108611ec18625c3c4dee2b54d60ef9124395a6ed
fs: Mark functions as static in exofs/ore_raid.c

Mark functions as static in exofs/ore_raid.c because they are not used
outside this file.

This also eliminates the following warning in exofs/ore_raid.c:
fs/exofs/ore_raid.c:24:14: warning: no previous prototype for _raid_page_alloc [-Wmissing-prototypes]
fs/exofs/ore_raid.c:29:6: warning: no previous prototype for _raid_page_free [-Wmissing-prototypes]

Signed-off-by: Rashika Kheria <rashika.kheria@gmail.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
fs/exofs/ore_raid.c