OSDN Git Service

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)
commitaf8d0cc0d2271f45b0967578f9310b3ee9b9082a
tree0365cf029a2cf4ae7433666b701a308367e4830f
parentb098d6726bbfb94c06d6e1097466187afddae61f
fs: Mark function as static in exofs/super.c

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