fs: ext4: make locally used ext4fs_get_indir_block() static
The patch fixes this compiler's warning:

      CC      fs/ext4/ext4_common.o
    fs/ext4/ext4_common.c:130:5: warning: no previous prototype for
    'ext4fs_get_indir_block' [-Wmissing-prototypes]
     int ext4fs_get_indir_block(struct ext2fs_node *node, struct
    ext4fs_indir_block *indir, int blkno)
         ^

Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent 2b47e52 commit 66770e6a0265bcaded14db20ddca9b686c409341
@Antony Pavlov Antony Pavlov authored on 16 Feb 2016
Sascha Hauer committed on 17 Feb 2016
Showing 1 changed file
View
fs/ext4/ext4_common.c