]> git.baikalelectronics.ru Git - kernel.git/commit
fs/ocfs2: remove unnecessary variable bits_wanted from ocfs2_calc_extend_credits
authorGoldwyn Rodrigues <rgoldwyn@suse.de>
Tue, 12 Nov 2013 23:06:52 +0000 (15:06 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 13 Nov 2013 03:09:00 +0000 (12:09 +0900)
commit6ba1b1b3623769c0745722a90dfb99ad26f17984
tree6fe8423a67c3c50e664b43ea0d772b09e63e5849
parent7f3ae1102cb655c9fe638da9064b2d9ae2f05680
fs/ocfs2: remove unnecessary variable bits_wanted from ocfs2_calc_extend_credits

Code cleanup to remove unnecessary variable passed but never used
to ocfs2_calc_extend_credits.

Signed-off-by: Goldwyn Rodrigues <rgoldwyn@suse.com>
Cc: Joel Becker <jlbec@evilplan.org>
Cc: Mark Fasheh <mfasheh@suse.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/ocfs2/aops.c
fs/ocfs2/dir.c
fs/ocfs2/file.c
fs/ocfs2/journal.h
fs/ocfs2/move_extents.c
fs/ocfs2/refcounttree.c
fs/ocfs2/xattr.c