]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - include/linux/file.h
UBUNTU: SAUCE: Import aufs driver
[mirror_ubuntu-zesty-kernel.git] / include / linux / file.h
index 61eb82cbafbad4c61258cd8ab1754f60e3ca5910..e700888b4da46897f6b4468ecb112d3cc2d5568d 100644 (file)
@@ -19,6 +19,7 @@ struct dentry;
 struct path;
 extern struct file *alloc_file(const struct path *, fmode_t mode,
        const struct file_operations *fop);
+extern struct file *get_empty_filp(void);
 
 static inline void fput_light(struct file *file, int fput_needed)
 {