X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Fdquot.c;h=81d87a413c68c48c542f06c8bb5982f179f01072;hb=34a75f0025b9cf803b6a88db032e6ad6950c9313;hp=e3a6db7250bc745e45dae4bbfc3c0854076b2d25;hpb=43bc926fffd92024b46cafaf7350d669ba9ca884;p=linux-2.6.git diff --git a/fs/dquot.c b/fs/dquot.c index e3a6db725..81d87a413 100644 --- a/fs/dquot.c +++ b/fs/dquot.c @@ -458,7 +458,6 @@ restart: spin_unlock(&dq_list_lock); } - int vfs_quota_sync(struct super_block *sb, int type) { struct list_head *dirty; @@ -668,6 +667,7 @@ we_slept: #ifdef __DQUOT_PARANOIA BUG_ON(!dquot->dq_sb); /* Has somebody invalidated entry under us? */ #endif + return dquot; }