]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - fs/ext3/inode.c
fs: pass exact type of data dirties to ->dirty_inode
[mirror_ubuntu-bionic-kernel.git] / fs / ext3 / inode.c
index 68b2e43d7c35fec1576cf7bd5d3136332720ad8e..3451d23c3bae3eedd75d8504694a22735e7dc291 100644 (file)
@@ -3392,7 +3392,7 @@ int ext3_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 ext3_dirty_inode(struct inode *inode)
+void ext3_dirty_inode(struct inode *inode, int flags)
 {
        handle_t *current_handle = ext3_journal_current_handle();
        handle_t *handle;