fs: pass exact type of data dirties to ->dirty_inode
[deliverable/linux.git] / fs / ext4 / inode.c
index 50d0e9c645845a4001e4da390318fa0c9e6b45b9..a5763e3505ba59cc330e2cecbcf54c5eb23d8410 100644 (file)
@@ -5733,7 +5733,7 @@ int ext4_mark_inode_dirty(handle_t *handle, struct inode *inode)
  * so would cause a commit on atime updates, which we don't bother doing.
  * We handle synchronous inodes at the highest possible level.
  */
-void ext4_dirty_inode(struct inode *inode)
+void ext4_dirty_inode(struct inode *inode, int flags)
 {
        handle_t *handle;
 
This page took 0.025303 seconds and 5 git commands to generate.