From: Christoph Hellwig ext3_put_inode has been removed a while ago. Signed-off-by: Andrew Morton --- 25-akpm/include/linux/ext3_fs.h | 1 - 1 files changed, 1 deletion(-) diff -puN include/linux/ext3_fs.h~remove-dead-ext3_put_inode-prototype include/linux/ext3_fs.h --- 25/include/linux/ext3_fs.h~remove-dead-ext3_put_inode-prototype Mon Dec 13 14:26:48 2004 +++ 25-akpm/include/linux/ext3_fs.h Mon Dec 13 14:26:48 2004 @@ -758,7 +758,6 @@ extern struct buffer_head * ext3_bread ( extern void ext3_read_inode (struct inode *); extern int ext3_write_inode (struct inode *, int); extern int ext3_setattr (struct dentry *, struct iattr *); -extern void ext3_put_inode (struct inode *); extern void ext3_delete_inode (struct inode *); extern int ext3_sync_inode (handle_t *, struct inode *); extern void ext3_discard_reservation (struct inode *); _