fs/reiserfs: move prototype declaration to header file
authorRashika Kheria <rashika.kheria@gmail.com>
Thu, 3 Apr 2014 21:50:36 +0000 (14:50 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 3 Apr 2014 23:21:26 +0000 (16:21 -0700)
commitea0856cd503e06d4e86a9171491ab9fcf7a2e741
treeb95e13f626d68ce60afec54f215ab667a4c6d536
parentc11e614d712c4f3e89f31a0119111c01163f1508
fs/reiserfs: move prototype declaration to header file

Move prototype declaration to header file reiserfs/reiserfs.h from
reiserfs/super.c because they are used by more than one file.

This eliminates the following warning in reiserfs/bitmap.c:

  fs/reiserfs/bitmap.c:647:6: warning: no previous prototype for `show_alloc_options' [-Wmissing-prototypes]

Signed-off-by: Rashika Kheria <rashika.kheria@gmail.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Acked-by: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/reiserfs/reiserfs.h
fs/reiserfs/super.c