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@xxxxxxxxxx> Applied, thanks. - Ted -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html