]> bbs.cooldavid.org Git - net-next-2.6.git/commit
GFS2: Fix gfs2_xattr_acl_chmod()
authorSteven Whitehouse <swhiteho@redhat.com>
Mon, 21 Dec 2009 13:55:28 +0000 (13:55 +0000)
committerSteven Whitehouse <swhiteho@redhat.com>
Fri, 8 Jan 2010 13:42:59 +0000 (13:42 +0000)
commite412bdb1260d13ec5e7b90b537fec2179d6f8989
treecf0a89cfefd556c414c5b4a1f47b71ad7218865a
parent24b977b5fdea09bf356428870d32c09a275c8a3e
GFS2: Fix gfs2_xattr_acl_chmod()

The ref counting for the bh returned by gfs2_ea_find() was
wrong. This patch ensures that we always drop the ref count
to that bh correctly.

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/xattr.c