get rid of s_files and files_lock
[firefly-linux-kernel-4.4.55.git] / fs / internal.h
index 4a11e75ce14da562e3fada1d1d4c553c06577d7d..4657424074668dcb933c8d375244b1d3b9d72561 100644 (file)
@@ -73,9 +73,6 @@ extern void chroot_fs_refs(const struct path *, const struct path *);
 /*
  * file_table.c
  */
-extern void file_sb_list_add(struct file *f, struct super_block *sb);
-extern void file_sb_list_del(struct file *f);
-extern void mark_files_ro(struct super_block *);
 extern struct file *get_empty_filp(void);
 
 /*