]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - include/linux/fs.h
fs: move get_empty_filp() deffinition to internal.h
[net-next-2.6.git] / include / linux / fs.h
index a057f48eb156ca2fb015ddedabd3dbb1da473f1b..cdc23be4eddeb2dc682c89fe5ce8e77b394a9583 100644 (file)
@@ -2189,7 +2189,6 @@ static inline void insert_inode_hash(struct inode *inode) {
        __insert_inode_hash(inode, inode->i_ino);
 }
 
-extern struct file * get_empty_filp(void);
 extern void file_move(struct file *f, struct list_head *list);
 extern void file_kill(struct file *f);
 #ifdef CONFIG_BLOCK