On 05/22/2013 04:36 PM, Liu Yuan wrote: > + if (flags_direct(flags) && !is_aligned(iocb)) > + /* Drop the O_DIRRECT for create operation for simplicity */ > + flags &= ~O_DIRECT; > + Oops, this is doubly included. I'll send an update patch Thanks, Yuan