]> git.baikalelectronics.ru Git - kernel.git/commit
fs: Mark function as static in fs/bio-integrity.c
authorRashika Kheria <rashika.kheria@gmail.com>
Sun, 9 Feb 2014 12:52:53 +0000 (18:22 +0530)
committerJens Axboe <axboe@fb.com>
Sun, 9 Feb 2014 20:56:23 +0000 (13:56 -0700)
commite5dd1faa7e60cea5ad32a3b75851b35e6ab29fa5
tree0c0d2217394b392079a79cd24abd8c12096700bf
parent8d690a4a5d830b58bca662dff9982b3c0f5ab11f
fs: Mark function as static in fs/bio-integrity.c

Mark functions as static in bio-integrity.c because it is not used
outside this file.

This eliminates the following warnings in bio-integrity.c:
fs/bio-integrity.c:224:5: warning: no previous prototype for ‘bio_integrity_tag’ [-Wmissing-prototypes]

Signed-off-by: Rashika Kheria <rashika.kheria@gmail.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: Jens Axboe <axboe@fb.com>
fs/bio-integrity.c