From: Curt Wohlgemuth Date: Sat, 3 Oct 2009 01:08:32 +0000 (-0400) Subject: ext4: Fix build warning in ext4_dirty_inode() X-Git-Tag: v2.6.32-rc3~10^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74072d0a63553720dd3c70a8b8e9407eb2027dbe;p=pandora-kernel.git ext4: Fix build warning in ext4_dirty_inode() This fixes the following warning: fs/ext4/inode.c: In function 'ext4_dirty_inode': fs/ext4/inode.c:5615: warning: unused variable 'current_handle' We remove the jbd_debug() statement which does use current_handle, as it's not terribly important in the grand scheme of things. Thanks to Stephen Rothwell for pointing this out. Signed-off-by: Curt Wohlgemuth Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed