diff options
author | Jan Kara <jack@suse.cz> | 2009-01-26 16:45:12 +0100 |
---|---|---|
committer | Jan Kara <jack@suse.cz> | 2009-03-26 02:18:35 +0100 |
commit | 9e3509e273ecc2a5f937c493f9bb71e5e41ac2e5 (patch) | |
tree | a7d9704e891f14b7196a275543b7f9c90f348b82 /fs/sync.c | |
parent | d26ac1a8128f6e1fc467f145acaa9f9bf9e16b75 (diff) | |
download | linux-3.10-9e3509e273ecc2a5f937c493f9bb71e5e41ac2e5.tar.gz linux-3.10-9e3509e273ecc2a5f937c493f9bb71e5e41ac2e5.tar.bz2 linux-3.10-9e3509e273ecc2a5f937c493f9bb71e5e41ac2e5.zip |
vfs: Use lowercase names of quota functions
Use lowercase names of quota functions instead of old uppercase ones.
Signed-off-by: Jan Kara <jack@suse.cz>
CC: Alexander Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/sync.c')
-rw-r--r-- | fs/sync.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/sync.c b/fs/sync.c index a16d53e5fe9..ef36bc921bf 100644 --- 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 */ |