[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20130504185857.GG25399@ZenIV.linux.org.uk>
Date: Sat, 4 May 2013 19:58:57 +0100
From: Al Viro <viro@...IV.linux.org.uk>
To: Jan Kara <jack@...e.cz>
Cc: linux-fsdevel@...r.kernel.org,
Nikola Ciprich <nikola.ciprich@...uxbox.cz>,
LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH v2] fs: Fix hang with BSD accounting on frozen filesystem
On Sat, May 04, 2013 at 12:11:23AM +0200, Jan Kara wrote:
> When BSD process accounting is enabled and logs information to a
> filesystem which gets frozen, system easily becomes unusable because
> each attempt to account process information blocks. Thus e.g. every task
> gets blocked in exit.
>
> It seems better to drop accounting information (which can already happen
> when filesystem is running out of space) instead of locking system up.
> So we just skip the write if the filesystem is frozen.
Applied, with one modification - file_start_write_trylock() added and
used instead of sb_start_write_trylock()
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists