]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ocfs2: fix typo in ocfs2_reserve_local_alloc_bits
authorJoseph Qi <joseph.qi@huawei.com>
Tue, 7 Apr 2015 23:43:54 +0000 (09:43 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 7 Apr 2015 23:43:54 +0000 (09:43 +1000)
commitd8898ac7b9aa105e8da1ec711d74d1bae9f52a83
tree313a6816c0132c1168b7e03de8c637bdc0ec6b07
parentc23f02fcb579329894eb2485b35b29d7315315ff
ocfs2: fix typo in ocfs2_reserve_local_alloc_bits

In ocfs2_reserve_local_alloc_bits, it calls ocfs2_error if local alloc
inode bitmap used bits mismatch, but the log mistakes it as free bits.

Signed-off-by: Joseph Qi <joseph.qi@huawei.com>
Cc: Mark Fasheh <mfasheh@suse.com>
Cc: Joel Becker <jlbec@evilplan.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/ocfs2/localalloc.c