[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20080816104658.dcdfb0db.akpm@linux-foundation.org>
Date: Sat, 16 Aug 2008 10:46:58 -0700
From: Andrew Morton <akpm@...ux-foundation.org>
To: Alexey Dobriyan <adobriyan@...il.com>
Cc: torvalds@...uxfoundation.org, rusty@...tcorp.com.au,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] BUILD_BUG_ON sucks
On Sat, 16 Aug 2008 14:09:48 +0400 Alexey Dobriyan <adobriyan@...il.com> wrote:
> what this code is supposed to do?
>
> journal = handle->h_transaction->t_journal;
> if (!journal_set_features(journal, 0, 0, JFS_FEATURE_INCOMPAT_REVOKE)) {
> J_ASSERT (!"Cannot set revoke feature!");
> ^^^^
lol. It's been there since I merged ext3 in 2.4.15. Probably it was
in sct's ext3 patches in the RH kernel.
Don't change it - it might be important!
--
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