2004-09-07 13:04:07

by Stephen C. Tweedie

[permalink] [raw]
Subject: [Patch 3/6]: ext3 reservations: Remove unneeded declaration.

Signed-off-by: Stephen Tweedie <[email protected]>

--- linux-2.6.9-rc1-mm4/include/linux/ext3_fs.h.=K0002=.orig
+++ linux-2.6.9-rc1-mm4/include/linux/ext3_fs.h
@@ -758,7 +758,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);