Loading fs/super.c +1 −1 Original line number Diff line number Diff line Loading @@ -117,7 +117,7 @@ static inline void destroy_super(struct super_block *s) * Drop a superblock's refcount. Returns non-zero if the superblock was * destroyed. The caller must hold sb_lock. */ int __put_super(struct super_block *sb) static int __put_super(struct super_block *sb) { int ret = 0; Loading include/linux/fs.h +0 −1 Original line number Diff line number Diff line Loading @@ -1521,7 +1521,6 @@ extern int get_sb_pseudo(struct file_system_type *, char *, const struct super_operations *ops, unsigned long, struct vfsmount *mnt); extern int simple_set_mnt(struct vfsmount *mnt, struct super_block *sb); int __put_super(struct super_block *sb); int __put_super_and_need_restart(struct super_block *sb); void unnamed_dev_init(void); Loading Loading
fs/super.c +1 −1 Original line number Diff line number Diff line Loading @@ -117,7 +117,7 @@ static inline void destroy_super(struct super_block *s) * Drop a superblock's refcount. Returns non-zero if the superblock was * destroyed. The caller must hold sb_lock. */ int __put_super(struct super_block *sb) static int __put_super(struct super_block *sb) { int ret = 0; Loading
include/linux/fs.h +0 −1 Original line number Diff line number Diff line Loading @@ -1521,7 +1521,6 @@ extern int get_sb_pseudo(struct file_system_type *, char *, const struct super_operations *ops, unsigned long, struct vfsmount *mnt); extern int simple_set_mnt(struct vfsmount *mnt, struct super_block *sb); int __put_super(struct super_block *sb); int __put_super_and_need_restart(struct super_block *sb); void unnamed_dev_init(void); Loading