]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - fs/internal.h
fs/fat: remove unnecessary includes
[mirror_ubuntu-bionic-kernel.git] / fs / internal.h
index d92c346a793ddcc925e0ccdf455334979bd9c7e4..01dce1d1476b7bc93633f787e989c464c5f2ef58 100644 (file)
@@ -84,7 +84,7 @@ extern struct file *get_empty_filp(void);
  * super.c
  */
 extern int do_remount_sb(struct super_block *, int, void *, int);
-extern bool grab_super_passive(struct super_block *sb);
+extern bool trylock_super(struct super_block *sb);
 extern struct dentry *mount_fs(struct file_system_type *,
                               int, const char *, void *);
 extern struct super_block *user_get_super(dev_t);
@@ -144,7 +144,7 @@ extern const struct file_operations pipefifo_fops;
 /*
  * fs_pin.c
  */
-extern void sb_pin_kill(struct super_block *sb);
+extern void group_pin_kill(struct hlist_head *p);
 extern void mnt_pin_kill(struct mount *m);
 
 /*