aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/fast_commit.c
diff options
context:
space:
mode:
authorLukas Czerner <[email protected]>2021-11-03 14:51:21 +0000
committerTheodore Ts'o <[email protected]>2022-01-10 18:25:55 +0000
commit2327fb2e23416cfb2795ccca2f77d4d65925be99 (patch)
tree62220bef596e12bab2fea8444e6469fd12c1f7c0 /fs/ext4/fast_commit.c
parentext4: implement support for get/set fs label (diff)
downloadkernel-2327fb2e23416cfb2795ccca2f77d4d65925be99.tar.gz
kernel-2327fb2e23416cfb2795ccca2f77d4d65925be99.zip
ext4: change s_last_trim_minblks type to unsigned long
There is no good reason for the s_last_trim_minblks to be atomic. There is no data integrity needed and there is no real danger in setting and reading it in a racy manner. Change it to be unsigned long, the same type as s_clusters_per_group which is the maximum that's allowed. Signed-off-by: Lukas Czerner <[email protected]> Suggested-by: Andreas Dilger <[email protected]> Reviewed-by: Andreas Dilger <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Theodore Ts'o <[email protected]>
Diffstat (limited to 'fs/ext4/fast_commit.c')
0 files changed, 0 insertions, 0 deletions