Skip to content

Commit 71ff58c

Browse files
committed
fs: s/__u32/u32/ for s_fsnotify_mask
The underscore variants are for uapi whereas the non-underscore variants are for in-kernel consumers. Link: https://lore.kernel.org/r/20240822-anwerben-nutzung-1cd6c82a565f@brauner Reviewed-by: Jan Kara <[email protected]> Signed-off-by: Christian Brauner <[email protected]>
1 parent 029c3f2 commit 71ff58c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/fs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1266,7 +1266,7 @@ struct super_block {
12661266
time64_t s_time_min;
12671267
time64_t s_time_max;
12681268
#ifdef CONFIG_FSNOTIFY
1269-
__u32 s_fsnotify_mask;
1269+
u32 s_fsnotify_mask;
12701270
struct fsnotify_sb_info *s_fsnotify_info;
12711271
#endif
12721272

0 commit comments

Comments
 (0)