diff options
author | Dave Chinner <dchinner@redhat.com> | 2014-02-27 06:51:39 +0100 |
---|---|---|
committer | Dave Chinner <david@fromorbit.com> | 2014-02-27 06:51:39 +0100 |
commit | 93a8614e3a4dccd526aca34e892ac0b27f64b506 (patch) | |
tree | 494837b23f0f9c4a867537e684903b7f135d9ee4 /crypto/Kconfig | |
parent | xfs: allocate xfs_da_args to reduce stack footprint (diff) | |
download | linux-93a8614e3a4dccd526aca34e892ac0b27f64b506.tar.xz linux-93a8614e3a4dccd526aca34e892ac0b27f64b506.zip |
xfs: fix directory inode iolock lockdep false positive
The change to add the IO lock to protect the directory extent map
during readdir operations has cause lockdep to have a heart attack
as it now sees a different locking order on inodes w.r.t. the
mmap_sem because readdir has a different ordering to write().
Add a new lockdep class for directory inodes to avoid this false
positive.
Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Dave Chinner <david@fromorbit.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions