[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20110916225227.GD16246@thunk.org>
Date: Fri, 16 Sep 2011 18:52:27 -0400
From: Ted Ts'o <tytso@....edu>
To: Eric Sandeen <sandeen@...hat.com>
Cc: linux-ext4@...r.kernel.org
Subject: Re: [PATCH 01/25] libext2: Fix EXT2_LIB_SOFTSUPP masking
On Fri, Sep 16, 2011 at 03:49:16PM -0500, Eric Sandeen wrote:
> EXT2_LIB_SOFTSUPP_INCOMPAT_* are supposed to be bitmasks
> of features which can be opened even though they are
> under development. The intent is that these are masked
> out of the features list, so that they will be ignored
> on open.
>
> However, the code does a logical not vs. a bitwise not:
>
> features &= !EXT2_LIB_SOFTSUPP_INCOMPAT;
>
> which will not have the desired effect...
>
> Signed-off-by: Eric Sandeen <sandeen@...hat.com>
Applied, thanks.
- Ted
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists