]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: make function ‘ext4_getfsmap_find_fixed_metadata’ static
authorMathieu Malaterre <malat@debian.org>
Thu, 10 May 2018 15:50:04 +0000 (11:50 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 10 May 2018 15:50:04 +0000 (11:50 -0400)
commit5e70d7e610f9611ed948fc6de8923a50f3539b39
treefb43b492d468973c35481bf414c32c9b3425a582
parentafa228a6773efce28def42a14cc737f0fbf48cd7
ext4: make function ‘ext4_getfsmap_find_fixed_metadata’ static

Since function ‘ext4_getfsmap_find_fixed_metadata’ can be made static,
make it so. Remove the following gcc warning (W=1):

  fs/ext4/fsmap.c:405:5: warning: no previous prototype for ‘ext4_getfsmap_find_fixed_metadata’ [-Wmissing-prototypes]

Signed-off-by: Mathieu Malaterre <malat@debian.org>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/fsmap.c