commit | 8c8cf26ae302cb9dd47935f705945c985f7f5348 | [log] [tgz] |
---|---|---|
author | Daeho Jeong <daehojeong@google.com> | Mon Oct 12 13:59:47 2020 +0900 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Tue Oct 13 23:23:34 2020 -0700 |
tree | c5c2e386a611ebd31c9fb4cdfb0472fb274d528f | |
parent | af4b6b8edf6aad73ac385e06196fefa46c23e038 [diff] |
f2fs: fix writecount false positive in releasing compress blocks In current condition check, if it detects writecount, it return -EBUSY regardless of f_mode of the file. Fixed it. Signed-off-by: Daeho Jeong <daehojeong@google.com> Reviewed-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>