summaryrefslogtreecommitdiff
path: root/include/linux/fs.h
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2026-07-03 15:44:05 +0100
committerMark Brown <broonie@kernel.org>2026-07-03 15:44:05 +0100
commit055676c8f3e8fbe71a8ae102c44e393d256809a5 (patch)
tree33105bb34ecd7049807994ac99f064fc5ed0d265 /include/linux/fs.h
parent7193eeae6348a36d9c0025c6ab3ad258367fdbfb (diff)
parent503423f5072e7d227b060621805fc3072455773b (diff)
downloadlinux-next-055676c8f3e8fbe71a8ae102c44e393d256809a5.tar.gz
linux-next-055676c8f3e8fbe71a8ae102c44e393d256809a5.zip
Merge branch 'fs-next' of linux-next
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r--include/linux/fs.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index 50ce731a2b78..6e4b8e19af05 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -1916,8 +1916,6 @@ struct dir_context {
struct io_uring_cmd;
struct offset_ctx;
-typedef unsigned int __bitwise fop_flags_t;
-
struct file_operations {
struct module *owner;
fop_flags_t fop_flags;
@@ -2002,7 +2000,7 @@ struct inode_operations {
int (*readlink) (struct dentry *, char __user *,int);
int (*create) (struct mnt_idmap *, struct inode *,struct dentry *,
- umode_t, bool);
+ umode_t);
int (*link) (struct dentry *,struct inode *,struct dentry *);
int (*unlink) (struct inode *,struct dentry *);
int (*symlink) (struct mnt_idmap *, struct inode *,struct dentry *,