projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
029c3f2
)
fs: s/__u32/u32/ for s_fsnotify_mask
author
Christian Brauner
<brauner@kernel.org>
Thu, 22 Aug 2024 09:30:58 +0000
(11:30 +0200)
committer
Christian Brauner
<brauner@kernel.org>
Fri, 30 Aug 2024 06:22:38 +0000
(08:22 +0200)
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 <jack@suse.cz>
Signed-off-by: Christian Brauner <brauner@kernel.org>
include/linux/fs.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/fs.h
b/include/linux/fs.h
index 8f8d274929d7aa3f5a76f8b36e972d0c3335fbe0..cda1f2545ea0e547ee7f46963bf78e3536d9c0f0 100644
(file)
--- a/
include/linux/fs.h
+++ b/
include/linux/fs.h
@@
-1266,7
+1266,7
@@
struct super_block {
time64_t s_time_min;
time64_t s_time_max;
#ifdef CONFIG_FSNOTIFY
-
__u32
s_fsnotify_mask;
+
u32
s_fsnotify_mask;
struct fsnotify_sb_info *s_fsnotify_info;
#endif