From: Jan Kara Date: Fri, 21 May 2010 17:12:51 +0000 (+0200) Subject: reiserfs: Fix resuming of quotas on remount read-write X-Git-Tag: v2.6.35-rc1~10^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4b113ae6f772b3c25fdcd73d15e9d8b17c89dcc;p=pandora-kernel.git reiserfs: Fix resuming of quotas on remount read-write When quota was suspended on remount-ro, finish_unfinished() will try to turn it on again (which fails) and also turns the quotas off on exit. Fix the function to check whether quotas are already on at function entry and do not turn them off in that case. CC: reiserfs-devel@vger.kernel.org Signed-off-by: Jan Kara --- Reading git-diff-tree failed