commit | f3fe4abb2d68200d839f8a4462d67c685fa04ac5 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Wed Oct 23 17:48:49 2019 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Thu Oct 24 22:09:24 2019 -0700 |
tree | b1137518266ba2e481d17e38f7547e60c538cb57 | |
parent | 7d194c2100ad2a6dded545887d02754948ca5241 [diff] |
xfs: don't recurse into memory reclaim when allocating attr value buffer If we're going to allocate buffers for attr values while holding the ilock, we cannot allow recursion into fs reclaim because reclaim try to kick off writeback against the inode we have ilocked, which could lead to a deadlock. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>