Re: [PATCH 11/21] fs: Mark functions as static in jbd2/journal.c

From: Theodore Ts'o
Date: Wed Feb 12 2014 - 12:36:19 EST


On Sun, Feb 09, 2014 at 06:41:21PM +0530, Rashika Kheria wrote:
> Mark functions as static in jbd2/journal.c because they are not used
> outside this file.
>
> This eliminates the following warning in jbd2/journal.c:
> fs/jbd2/journal.c:125:5: warning: no previous prototype for âjbd2_verify_csum_typeâ [-Wmissing-prototypes]
> fs/jbd2/journal.c:146:5: warning: no previous prototype for âjbd2_superblock_csum_verifyâ [-Wmissing-prototypes]
> fs/jbd2/journal.c:154:6: warning: no previous prototype for âjbd2_superblock_csum_setâ [-Wmissing-prototypes]
>
> Signed-off-by: Rashika Kheria <rashika.kheria@xxxxxxxxx>
> Reviewed-by: Josh Triplett <josh@xxxxxxxxxxxxxxxx>

Thanks, applied to the ext4 tree.

- Ted
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/