On 2011-04-20, at 11:21 AM, Allison Henderson wrote: > I've been working on trying to get the punch hole patch to work with with these new changes, but it looks like some test cases are not passing at the moment, so I'm trying track down where the issues are. I had to make some adjustments to this patch to fix one of the test cases. Here is what I did: > > --- > :100644 100644 ee2dda3... c7d763d... M fs/ext4/extents.c > fs/ext4/extents.c | 6 +++--- > 1 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/fs/ext4/extents.c b/fs/ext4/extents.c > index ee2dda3..c7d763d 100644 > --- a/fs/ext4/extents.c > +++ b/fs/ext4/extents.c > @@ -2717,12 +2717,12 @@ static int ext4_split_extent(handle_t *handle, > ee_len = ext4_ext_get_actual_len(ex); > uninitialized = ext4_ext_is_uninitialized(ex); > > + flags1 = flags; > + flags1 |= EXT4_GET_BLOCKS_PRE_IO; Can you please use normal C style: "flags1 = flags | EXT4_GET_BLOCKS_PRE_IO;" Cheers, Andreas -- 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