Re: [PATCH -next] gfs2: convert to use DEFINE_SEQ_ATTRIBUTE macro

2020-09-16 Thread Andreas Gruenbacher
Hello Liu, On Wed, Sep 16, 2020 at 4:44 AM Liu Shixin wrote: > Use DEFINE_SEQ_ATTRIBUTE macro to simplify the code. I've pushed this to for-next. Thanks, Andreas

[PATCH -next] gfs2: convert to use DEFINE_SEQ_ATTRIBUTE macro

2020-09-15 Thread Liu Shixin
Use DEFINE_SEQ_ATTRIBUTE macro to simplify the code. Signed-off-by: Liu Shixin --- fs/gfs2/glock.c | 20 ++-- 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/fs/gfs2/glock.c b/fs/gfs2/glock.c index f13b136654ca..15c5c26f6ae7 100644 --- a/fs/gfs2/glock.c +++ b/fs/gf