iget: stop BFS from using iget() and read_inode()
[profile/ivi/kernel-adaptation-intel-automotive.git] / fs / bfs / bfs.h
index ac7a8b1..71faf4d 100644 (file)
@@ -44,6 +44,8 @@ static inline struct bfs_inode_info *BFS_I(struct inode *inode)
 #define printf(format, args...) \
        printk(KERN_ERR "BFS-fs: %s(): " format, __FUNCTION__, ## args)
 
+/* inode.c */
+extern struct inode *bfs_iget(struct super_block *sb, unsigned long ino);
 
 /* file.c */
 extern const struct inode_operations bfs_file_inops;