diff options
| author | Al Viro <viro@zeniv.linux.org.uk> | 2025-02-23 19:53:00 -0500 |
|---|---|---|
| committer | Al Viro <viro@zeniv.linux.org.uk> | 2025-06-11 13:30:55 -0400 |
| commit | 2fa8bf42c50582c7302918474aae8c52b59e7910 (patch) | |
| tree | 57be62cc1b6eb370b46685e8d7b584d51269257c /include/linux | |
| parent | a3e65fa2e31ec529febce0c9c4946d4fcbd416bf (diff) | |
set_default_d_op(): calculate the matching value for ->d_flags
... and store it in ->s_d_flags, to be used by __d_alloc()
Reviewed-by: Christian Brauner <brauner@kernel.org>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/fs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 7cd8eaab4d4e..65548e70e596 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -1400,6 +1400,7 @@ struct super_block { char s_sysfs_name[UUID_STRING_LEN + 1]; unsigned int s_max_links; + unsigned int s_d_flags; /* default d_flags for dentries */ /* * The next field is for VFS *only*. No filesystems have any business |
