workqueue: deprecate flush[_delayed]_work_sync()
[linux-2.6-block.git] / fs / hfs / inode.c
index ee1bc55677f1486c6f27a2549d8f6ce60c1581de..553909395270ebe44ed05856af0a67e1a508d8e2 100644 (file)
@@ -644,7 +644,7 @@ static int hfs_file_fsync(struct file *filp, loff_t start, loff_t end,
 
        /* sync the superblock to buffers */
        sb = inode->i_sb;
-       flush_delayed_work_sync(&HFS_SB(sb)->mdb_work);
+       flush_delayed_work(&HFS_SB(sb)->mdb_work);
        /* .. finally sync the buffers to disk */
        err = sync_blockdev(sb->s_bdev);
        if (!ret)