]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ocfs2: remove unecessary variable needs_checkpoint
authorGoldwyn Rodrigues <rgoldwyn@gmail.com>
Thu, 27 Jun 2013 23:51:04 +0000 (09:51 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 28 Jun 2013 06:37:16 +0000 (16:37 +1000)
commit2ad961e9f5b0be5f6a096cdebba9b3ad049072ce
tree79c8ec23d95f8ac725bc4946d6d516caaa2b4211
parent505de5be786218817ec7cfc42fd671737d5c4052
ocfs2: remove unecessary variable needs_checkpoint

Code cleanup: needs_checkpoint is assigned to but never used.  Delete the
variable.

Signed-off-by: Goldwyn Rodrigues <rgoldwyn@suse.com>
Cc: Jeff Liu <jeff.liu@oracle.com>
Acked-by: Joel Becker <jlbec@evilplan.org>
Cc: Mark Fasheh <mfasheh@suse.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/ocfs2/journal.h
fs/ocfs2/ocfs2.h
fs/ocfs2/super.c