diff options
author | Jaegeuk Kim <jaegeuk@kernel.org> | 2020-04-09 19:25:21 +0200 |
---|---|---|
committer | Jaegeuk Kim <jaegeuk@kernel.org> | 2020-04-24 05:34:15 +0200 |
commit | 435cbab95e3966cd8310addd9e9b758dce0e8b84 (patch) | |
tree | bf6d91500d7015a342053295963ab1a7834e17cb /.get_maintainer.ignore | |
parent | f2fs: support read iostat (diff) | |
download | linux-435cbab95e3966cd8310addd9e9b758dce0e8b84.tar.xz linux-435cbab95e3966cd8310addd9e9b758dce0e8b84.zip |
f2fs: fix quota_sync failure due to f2fs_lock_op
f2fs_quota_sync() uses f2fs_lock_op() before flushing dirty pages, but
f2fs_write_data_page() returns EAGAIN.
Likewise dentry blocks, we can just bypass getting the lock, since quota
blocks are also maintained by checkpoint.
Reviewed-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to '.get_maintainer.ignore')
0 files changed, 0 insertions, 0 deletions