]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/ext2/ext2.h
ALSA: ASoC: Fix another cs4270 error path
[linux-2.6-omap-h63xx.git] / fs / ext2 / ext2.h
index bb9948cdd50f8499d5cfc689f00288dad6fd2495..47d88da2d33b5fab73349fa26776f7773d98d194 100644 (file)
@@ -124,9 +124,8 @@ extern void ext2_check_inodes_bitmap (struct super_block *);
 extern unsigned long ext2_count_free (struct buffer_head *, unsigned);
 
 /* inode.c */
-extern void ext2_read_inode (struct inode *);
+extern struct inode *ext2_iget (struct super_block *, unsigned long);
 extern int ext2_write_inode (struct inode *, int);
-extern void ext2_put_inode (struct inode *);
 extern void ext2_delete_inode (struct inode *);
 extern int ext2_sync_inode (struct inode *);
 extern int ext2_get_block(struct inode *, sector_t, struct buffer_head *, int);