[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <18394.104.595461.995367@notabene.brown>
Date: Fri, 14 Mar 2008 15:34:48 +1100
From: Neil Brown <neilb@...e.de>
To: Andrew Morton <akpm@...ux-foundation.org>
Cc: mangoo@...g.org, linux-raid@...r.kernel.org,
linux-kernel@...r.kernel.org, balajirrao@...il.com
Subject: Re: sysfs Kernel BUG when RAID bitmap file has IO errors
On Wednesday March 12, akpm@...ux-foundation.org wrote:
> On Wed, 12 Mar 2008 15:36:18 -0700
> Andrew Morton <akpm@...ux-foundation.org> wrote:
>
> > I assume this is the BUG_ON(count >= (ssize_t)PAGE_SIZE) in
> > fill_read_buffer().
That's a new "BUG_ON".
Before commit 8118a859dc7abd873193986c77a8d9bdb877adc8
it was
BUG_ON(count > (ssize_t)PAGE_SIZE);
But I've been looking for an excuse to remove the "super" file from
sysfs for a while.
It doesn't really fit the sysfs model, and now clearly breaks it. And
it isn't really all that useful (you can just read from the raw device
if you want to see the superblock.
It was a "seems like a good idea at the time" thing which I now
regret.
So: I'll just remove it. (with apologies to anyone who actually uses
it, but I suspect there are only two of you :-)
Patch to follow
NeilBrown
--
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