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)
commit0b4ef8de090a60e04560ed69aa35f439b8d5145f
tree0c0d2217394b392079a79cd24abd8c12096700bf
parentd7790b928d42597b7da21a4e43080774903e3b5c
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