commit | 0b4ef8de090a60e04560ed69aa35f439b8d5145f | [log] [tgz] |
---|---|---|
author | Rashika Kheria <rashika.kheria@gmail.com> | Sun Feb 09 18:22:53 2014 +0530 |
committer | Jens Axboe <axboe@fb.com> | Sun Feb 09 13:56:23 2014 -0700 |
tree | 0c0d2217394b392079a79cd24abd8c12096700bf | |
parent | d7790b928d42597b7da21a4e43080774903e3b5c [diff] |
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>