From: Rashika Kheria Date: Sun, 9 Feb 2014 12:52:53 +0000 (+0530) Subject: fs: Mark function as static in fs/bio-integrity.c X-Git-Tag: v3.14-rc3~22^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b4ef8de090a60e04560ed69aa35f439b8d5145f;p=pandora-kernel.git 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 Reviewed-by: Josh Triplett Signed-off-by: Jens Axboe --- Reading git-diff-tree failed