Loading fs/debugfs/inode.c +3 −3 Original line number Diff line number Diff line Loading @@ -291,7 +291,7 @@ static struct file_system_type debug_fs_type = { .kill_sb = kill_litter_super, }; struct dentry *__create_file(const char *name, umode_t mode, static struct dentry *__create_file(const char *name, umode_t mode, struct dentry *parent, void *data, const struct file_operations *fops) { Loading Loading
fs/debugfs/inode.c +3 −3 Original line number Diff line number Diff line Loading @@ -291,7 +291,7 @@ static struct file_system_type debug_fs_type = { .kill_sb = kill_litter_super, }; struct dentry *__create_file(const char *name, umode_t mode, static struct dentry *__create_file(const char *name, umode_t mode, struct dentry *parent, void *data, const struct file_operations *fops) { Loading