diff options
| author | Chi Zhiling <chizhiling@kylinos.cn> | 2026-08-17 14:20:33 +0800 |
|---|---|---|
| committer | Namjae Jeon <linkinjeon@kernel.org> | 2026-08-17 16:16:55 +0900 |
| commit | 490529f668016c401d3da688104d15d3fc2c4fca (patch) | |
| tree | 06b5f95da5167863d89cc8242e776f85bd6b47e1 /tools/perf/scripts/python/bin | |
| parent | 2de727471b3b13409466a4af4f8824a86073bf4b (diff) | |
| download | linux-490529f668016c401d3da688104d15d3fc2c4fca.tar.gz linux-490529f668016c401d3da688104d15d3fc2c4fca.zip | |
exfat: replace truncate_lock with inode_lock
Remove the per-inode truncate_lock and rely on inode_lock instead.
exfat_setattr() truncates under inode_lock (held exclusively by the
VFS callers), and exfat_aop_bmap() now takes inode_lock shared to
exclude a concurrent truncate, providing the same mutual exclusion
with a single lock.
Signed-off-by: Chi Zhiling <chizhiling@kylinos.cn>
Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
