fs: pass exact type of data dirties to ->dirty_inode
[deliverable/linux.git] / include / linux / ext3_fs.h
index 85c1d302c12ec6833c013fc076b801da85a07abc..5e06acf95d0f84271b637f41711749c6968a32b4 100644 (file)
@@ -909,7 +909,7 @@ extern int  ext3_setattr (struct dentry *, struct iattr *);
 extern void ext3_evict_inode (struct inode *);
 extern int  ext3_sync_inode (handle_t *, struct inode *);
 extern void ext3_discard_reservation (struct inode *);
-extern void ext3_dirty_inode(struct inode *);
+extern void ext3_dirty_inode(struct inode *, int);
 extern int ext3_change_inode_journal_flag(struct inode *, int);
 extern int ext3_get_inode_loc(struct inode *, struct ext3_iloc *);
 extern int ext3_can_truncate(struct inode *inode);
This page took 0.042498 seconds and 5 git commands to generate.