diff options
author | Chao Yu <chao@kernel.org> | 2023-05-27 08:15:39 +0800 |
---|---|---|
committer | Jaegeuk Kim <jaegeuk@kernel.org> | 2023-06-12 13:04:08 -0700 |
commit | 90b7c4b748d897226577abb14480ec61a7c2a1f7 (patch) | |
tree | c79db569cedf074edccb70b225614374c3104673 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 77e820ea73a5b86f434a776d63e1e5f50a366c19 (diff) |
f2fs: fix to set noatime and immutable flag for quota file
We should set noatime bit for quota files, since no one cares about
atime of quota file, and we should set immutalbe bit as well, due to
nobody should write to the file through exported interfaces.
Meanwhile this patch use inode_lock to avoid race condition during
inode->i_flags, f2fs_inode->i_flags update.
Signed-off-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions