Re: [PATCH -next] rsxx: Convert to DEFINE_SHOW_ATTRIBUTE

From: miaoqinglang
Date: Thu Jul 16 2020 - 21:37:17 EST



å 2020/7/16 23:45, Jens Axboe åé:
On 7/16/20 3:04 AM, Qinglang Miao wrote:
From: Liu Shixin <liushixin2@xxxxxxxxxx>

Use DEFINE_SHOW_ATTRIBUTE macro to simplify the code.
None of these apply against the 5.9 block tree, looks like some
read -> read_iter conversion has happened in another branch that
I'm not privy to.

Hi Jens,

 Sorry I didn't mention it in commit log, but this patch is based on linux-next where commit <4d4901c6d7> has switched over direct seq_read method calls to seq_read_iter, this is why there's conflict in your apply.

ÂÂÂ Do you think I should send a new patch based on 5.8rc?

Thanks.