Re: [PATCH V4 1/5] nvme: do atomically bit operations on nvme_request.flags

From: jianchao.wang
Date: Thu Mar 08 2018 - 09:33:29 EST


Hi Christoph

Thanks for your precious time for reviewing this.

On 03/08/2018 03:57 PM, Christoph Hellwig wrote:
>> - u8 flags;
>> u16 status;
>> + unsigned long flags;
> Please align the field name like the others, though

Yes, I will change this next version.

Thanks
Jianchao