diff options
Diffstat (limited to 'fs/sync.c')
| -rw-r--r-- | fs/sync.c | 3 | 
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/sync.c b/fs/sync.c index cae145dd801..66acd2ba91c 100644 --- a/fs/sync.c +++ b/fs/sync.c @@ -29,9 +29,6 @@   */  static int __sync_filesystem(struct super_block *sb, int wait)  { -	if (sb->s_qcop && sb->s_qcop->quota_sync) -		sb->s_qcop->quota_sync(sb, -1); -  	if (wait)  		sync_inodes_sb(sb);  	else  |