diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/ext3_fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/ext3_fs.h b/include/linux/ext3_fs.h index 7fc62d4550b2..e7cb21766992 100644 --- a/include/linux/ext3_fs.h +++ b/include/linux/ext3_fs.h | |||
@@ -896,7 +896,7 @@ int ext3_get_blocks_handle(handle_t *handle, struct inode *inode, | |||
896 | extern struct inode *ext3_iget(struct super_block *, unsigned long); | 896 | extern struct inode *ext3_iget(struct super_block *, unsigned long); |
897 | extern int ext3_write_inode (struct inode *, struct writeback_control *); | 897 | extern int ext3_write_inode (struct inode *, struct writeback_control *); |
898 | extern int ext3_setattr (struct dentry *, struct iattr *); | 898 | extern int ext3_setattr (struct dentry *, struct iattr *); |
899 | extern void ext3_delete_inode (struct inode *); | 899 | extern void ext3_evict_inode (struct inode *); |
900 | extern int ext3_sync_inode (handle_t *, struct inode *); | 900 | extern int ext3_sync_inode (handle_t *, struct inode *); |
901 | extern void ext3_discard_reservation (struct inode *); | 901 | extern void ext3_discard_reservation (struct inode *); |
902 | extern void ext3_dirty_inode(struct inode *); | 902 | extern void ext3_dirty_inode(struct inode *); |