ext3/balloc.c: local functions should be static
authorH Hartley Sweeten <hartleys@visionengravers.com>
Fri, 23 Sep 2011 20:55:52 +0000 (13:55 -0700)
committerJan Kara <jack@suse.cz>
Tue, 4 Oct 2011 23:29:22 +0000 (01:29 +0200)
commit3ee77f2091c229a72c64d9aeef1ee4a7624e5795
tree94eaf2f5a979e40f98db2ce760755bad8e7715ca
parentf32948ddd1179ac0b105ceacc235cfc3f98ebea3
ext3/balloc.c: local functions should be static

This quites the sparse noise:

warning: symbol 'ext3_trim_all_free' was not declared. Should it be static?

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Jan Kara <jack@suse.cz>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Andreas Dilger <adilger.kernel@dilger.ca>
Signed-off-by: Jan Kara <jack@suse.cz>
fs/ext3/balloc.c