fs: Mark function as static in exofs/super.c
authorRashika Kheria <rashika.kheria@gmail.com>
Wed, 2 Apr 2014 14:23:29 +0000 (17:23 +0300)
committerBoaz Harrosh <bharrosh@panasas.com>
Thu, 3 Apr 2014 08:36:42 +0000 (11:36 +0300)
Mark function as static in exofs/super.c because it is not used outside
this file.

This also eliminates the following warning in exofs/super.c:
 fs/exofs/super.c:546:5: warning: no previous prototype \
 for __alloc_dev_table[-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/super.c

Simple merge