mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-07-01 23:53:16 -04:00
constify security_sb_mount()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
7fd25dac9a
commit
8a04c43b87
5 changed files with 6 additions and 6 deletions
|
@ -1343,7 +1343,7 @@ union security_list_options {
|
|||
int (*sb_kern_mount)(struct super_block *sb, int flags, void *data);
|
||||
int (*sb_show_options)(struct seq_file *m, struct super_block *sb);
|
||||
int (*sb_statfs)(struct dentry *dentry);
|
||||
int (*sb_mount)(const char *dev_name, struct path *path,
|
||||
int (*sb_mount)(const char *dev_name, const struct path *path,
|
||||
const char *type, unsigned long flags, void *data);
|
||||
int (*sb_umount)(struct vfsmount *mnt, int flags);
|
||||
int (*sb_pivotroot)(struct path *old_path, struct path *new_path);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue