https://github.com/torvalds/linux
Revision 74072d0a63553720dd3c70a8b8e9407eb2027dbe authored by Curt Wohlgemuth on 03 October 2009, 01:08:32 UTC, committed by Theodore Ts'o on 03 October 2009, 01:08:32 UTC
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>
1 parent f0e2dfa
History
Tip revision: 74072d0a63553720dd3c70a8b8e9407eb2027dbe authored by Curt Wohlgemuth on 03 October 2009, 01:08:32 UTC
ext4: Fix build warning in ext4_dirty_inode()
Tip revision: 74072d0
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.gitignore -rw-r--r-- 952 bytes
.mailmap -rw-r--r-- 3.9 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 91.8 KB
Kbuild -rw-r--r-- 2.4 KB
MAINTAINERS -rw-r--r-- 153.5 KB
Makefile -rw-r--r-- 55.4 KB
README -rw-r--r-- 17.0 KB
REPORTING-BUGS -rw-r--r-- 3.3 KB

README

back to top