diff options
Diffstat (limited to 'fs/quota/quota.c')
-rw-r--r-- | fs/quota/quota.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/quota/quota.c b/fs/quota/quota.c index cfc78826da90..4669e7e639bd 100644 --- a/fs/quota/quota.c +++ b/fs/quota/quota.c | |||
@@ -59,6 +59,8 @@ static int quota_sync_all(int type) | |||
59 | spin_lock(&sb_lock); | 59 | spin_lock(&sb_lock); |
60 | restart: | 60 | restart: |
61 | list_for_each_entry(sb, &super_blocks, s_list) { | 61 | list_for_each_entry(sb, &super_blocks, s_list) { |
62 | if (list_empty(&sb->s_instances)) | ||
63 | continue; | ||
62 | if (!sb->s_qcop || !sb->s_qcop->quota_sync) | 64 | if (!sb->s_qcop || !sb->s_qcop->quota_sync) |
63 | continue; | 65 | continue; |
64 | 66 | ||