commit | e412bdb1260d13ec5e7b90b537fec2179d6f8989 | [log] [tgz] |
---|---|---|
author | Steven Whitehouse <swhiteho@redhat.com> | Mon Dec 21 13:55:28 2009 +0000 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Fri Jan 08 13:42:59 2010 +0000 |
tree | cf0a89cfefd556c414c5b4a1f47b71ad7218865a | |
parent | 24b977b5fdea09bf356428870d32c09a275c8a3e [diff] |
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>