powerpc: Shield code specific to 64-bit server processors
[deliverable/linux.git] / fs / sync.c
index ec95a69d17aa73e058bedd5c61e42d23f87a4f91..7abc65fbf21df8455400e9757751f8069cd29f28 100644 (file)
--- a/fs/sync.c
+++ b/fs/sync.c
@@ -25,7 +25,7 @@ static void do_sync(unsigned long wait)
 {
        wakeup_pdflush(0);
        sync_inodes(0);         /* All mappings, inodes and their blockdevs */
-       DQUOT_SYNC(NULL);
+       vfs_dq_sync(NULL);
        sync_supers();          /* Write the superblocks */
        sync_filesystems(0);    /* Start syncing the filesystems */
        sync_filesystems(wait); /* Waitingly sync the filesystems */
This page took 0.024923 seconds and 5 git commands to generate.