From: Curt Wohlgemuth Date: Sat, 3 Apr 2010 21:44:16 +0000 (-0400) Subject: ext4: Fix buffer head leaks after calls to ext4_get_inode_loc() X-Git-Tag: v2.6.34-rc6~31^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd2dd9fbaf9e498ec63eef298921e36556f7214c;p=pandora-kernel.git ext4: Fix buffer head leaks after calls to ext4_get_inode_loc() Calls to ext4_get_inode_loc() returns with a reference to a buffer head in iloc->bh. The callers of this function in ext4_write_inode() when in no journal mode and in ext4_xattr_fiemap() don't release the buffer head after using it. Addresses-Google-Bug: #2548165 Signed-off-by: Curt Wohlgemuth Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed