diff options
| author | Christoph Hellwig <hch@lst.de> | 2005-01-04 05:35:46 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-01-04 05:35:46 -0800 |
| commit | effe830dd3b5af86b8b76dd298ba1d5d8b08f530 (patch) | |
| tree | 443985af41890062bf4aa692fbe5a9a7b8b9f908 | |
| parent | f9346132da60953c5d861d9667684c436eb151a4 (diff) | |
[PATCH] remove dead ext3_put_inode prototype
ext3_put_inode has been removed a while ago.
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
| -rw-r--r-- | include/linux/ext3_fs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/ext3_fs.h b/include/linux/ext3_fs.h index f3af9537c79c..a45400d0a2f4 100644 --- a/include/linux/ext3_fs.h +++ b/include/linux/ext3_fs.h @@ -761,7 +761,6 @@ extern int ext3_get_inode_loc(struct inode *, struct ext3_iloc *, int); 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 *); |
