ext4: Fix build warning in ext4_dirty_inode()
authorCurt Wohlgemuth <curtw@google.com>
Sat, 3 Oct 2009 01:08:32 +0000 (21:08 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 3 Oct 2009 01:08:32 +0000 (21:08 -0400)
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 <curtw@google.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>

No differences found