]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ext4: add debugging context for warning in ext4_da_update_reserve_space()
authorTheodore Ts'o <tytso@mit.edu>
Thu, 14 Feb 2013 20:51:58 +0000 (15:51 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 14 Feb 2013 20:51:58 +0000 (15:51 -0500)
commit05f98f427b4d17a0be6815491f58e7e91789b5b5
tree1f6426ea5129b9367213d9fae287bbaeb02bf096
parent5704922af5ffbe016f6efbb3f919487b729c5b87
ext4: add debugging context for warning in ext4_da_update_reserve_space()

Print some additional debugging context to hopefully help to debug a
warning which is getting triggered by xfstests #74.

Also remove extraneous newlines from when printk's were converted to
ext4_warning() and ext4_msg().

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/inode.c