]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
fs: Add prototype declaration to appropriate header file include/linux/bio.h
authorRashika Kheria <rashika.kheria@gmail.com>
Sun, 9 Feb 2014 13:00:39 +0000 (18:30 +0530)
committerJens Axboe <axboe@fb.com>
Sun, 9 Feb 2014 20:56:23 +0000 (13:56 -0700)
commitc4540a7d8c1e595560e53acedf88901daf15a2b5
tree2d64e9e146dddf1081d1df1ca2bc62d5cdb25666
parent0b4ef8de090a60e04560ed69aa35f439b8d5145f
fs: Add prototype declaration to appropriate header file include/linux/bio.h

Add prototype declaration to header file include/linux/bio.h because it
is used by more than one file.

This eliminates the following warning in bio-integrity.c:
fs/bio-integrity.c:214:14: warning: no previous prototype for ‘bio_integrity_tag_size’ [-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>
include/linux/bio.h