From: Joseph Qi Date: Fri, 4 Sep 2015 22:43:49 +0000 (-0700) Subject: ocfs2: clean up unused local variables in ocfs2_file_write_iter X-Git-Tag: omap-for-v4.3/fixes-rc1~87^2~92 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf59e6623a3a92a2bf428f2d6592c81aae6317e1;p=pandora-kernel.git ocfs2: clean up unused local variables in ocfs2_file_write_iter Since commit 86b9c6f3f891 ("ocfs2: remove filesize checks for sync I/O journal commit") removes filesize checks for sync I/O journal commit, variables old_size and old_clusters are not actually used any more. So clean them up. Signed-off-by: Joseph Qi Cc: Mark Fasheh Cc: Joel Becker Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed