]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/file.h
Merge remote-tracking branch 'dt-rh/for-next'
[karo-tx-linux.git] / include / linux / file.h
index f87d30882a249d8361425fb668b3f71310832256..7803aed0027119f7f9e0c96c5810478e5b0cf1a5 100644 (file)
@@ -12,6 +12,7 @@
 struct file;
 
 extern void fput(struct file *);
+extern bool fput_global(struct file *);
 
 struct file_operations;
 struct vfsmount;
@@ -70,7 +71,7 @@ extern void put_unused_fd(unsigned int fd);
 
 extern void fd_install(unsigned int fd, struct file *file);
 
-extern void flush_delayed_fput(void);
+extern void fput_global_flush(void);
 extern void __fput_sync(struct file *);
 
 #endif /* __LINUX_FILE_H */