]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - fs/ntfs/file.c
pass writeback_control to ->write_inode
[karo-tx-linux.git] / fs / ntfs / file.c
index 43179ddd336f542e54d198584b8a9e8295ccec9f..b681c71d70698f3b8df25e2d06cfe52e77aa4bc5 100644 (file)
@@ -2182,7 +2182,7 @@ static int ntfs_file_fsync(struct file *filp, struct dentry *dentry,
        ntfs_debug("Entering for inode 0x%lx.", vi->i_ino);
        BUG_ON(S_ISDIR(vi->i_mode));
        if (!datasync || !NInoNonResident(NTFS_I(vi)))
-               ret = ntfs_write_inode(vi, 1);
+               ret = __ntfs_write_inode(vi, 1);
        write_inode_now(vi, !datasync);
        /*
         * NOTE: If we were to use mapping->private_list (see ext2 and