• Jan Kara's avatar
    reiserfs: Fix resuming of quotas on remount read-write · f4b113ae
    Jan Kara authored
    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: default avatarJan Kara <jack@suse.cz>
    f4b113ae
super.c 62.3 KB