From: Stephen Tweedie Signed-off-by: Stephen Tweedie 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~ext3-reservations-remove-unneeded-declaration include/linux/ext3_fs.h --- 25/include/linux/ext3_fs.h~ext3-reservations-remove-unneeded-declaration Tue Sep 7 15:36:16 2004 +++ 25-akpm/include/linux/ext3_fs.h Tue Sep 7 15:36:16 2004 @@ -730,7 +730,6 @@ extern int ext3_setattr (struct dentry 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_prealloc (struct inode *); extern void ext3_discard_reservation (struct inode *); extern void ext3_dirty_inode(struct inode *); extern int ext3_change_inode_journal_flag(struct inode *, int); _