]> git.baikalelectronics.ru Git - kernel.git/commit
jbd2: mark file-local functions as static
authorRashika Kheria <rashika.kheria@gmail.com>
Tue, 18 Feb 2014 01:49:04 +0000 (20:49 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 18 Feb 2014 01:49:04 +0000 (20:49 -0500)
commitb71101cfb34e03f1a167f84d7c921e6820424539
treefc7b698315a52a4239afd23aba8f0e946b3888f5
parentc99dfda11af8c96f10c6b5e3c62046266bee3bfa
jbd2: mark file-local functions as static

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@gmail.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
fs/jbd2/journal.c