]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/bfs/bfs.h
Introduce new top level suspend and hibernation callbacks
[linux-2.6-omap-h63xx.git] / fs / bfs / bfs.h
index ac7a8b1d6c3ab5f749305c4c38fec63289791b19..70f5d3a8eede460af9faf2f6e45407cc01f7d086 100644 (file)
@@ -42,8 +42,10 @@ static inline struct bfs_inode_info *BFS_I(struct inode *inode)
 
 
 #define printf(format, args...) \
-       printk(KERN_ERR "BFS-fs: %s(): " format, __FUNCTION__, ## args)
+       printk(KERN_ERR "BFS-fs: %s(): " format, __func__, ## 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;