summaryrefslogtreecommitdiff
path: root/fs/reiserfs/ioctl.c
diff options
context:
space:
mode:
authorFrederic Weisbecker <fweisbec@gmail.com>2010-01-07 11:57:47 (GMT)
committerFrederic Weisbecker <fweisbec@gmail.com>2010-01-07 12:46:48 (GMT)
commit6c28705418de012216161b14a2ff1dda3da3d786 (patch)
treef9765f8ef8dc55a61ba354fb2516a4d172ef4591 /fs/reiserfs/ioctl.c
parent4f3be1b5a98587b86cae05aa5d129dd0b3fff466 (diff)
downloadlinux-fsl-qoriq-6c28705418de012216161b14a2ff1dda3da3d786.tar.xz
reiserfs: Don't call reiserfs_get_acl() with the reiserfs lock
reiserfs_get_acl is usually not called under the reiserfs lock, as it doesn't need it. But it happens when it is called by reiserfs_acl_chmod(), which creates a dependency inversion against the private xattr inodes mutexes for the given inode. We need to call it without the reiserfs lock, especially since it's unnecessary. Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com> Cc: Christian Kujau <lists@nerdbynature.de> Cc: Alexander Beregalov <a.beregalov@gmail.com> Cc: Chris Mason <chris.mason@oracle.com> Cc: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'fs/reiserfs/ioctl.c')
0 files changed, 0 insertions, 0 deletions