Re: [PATCH] hfsplus/hfsplus_fs.h: Remove unnecessary struct declaration

2021-04-07 Thread Shyam Prasad N
Reviewed-by: Shyam Prasad N On Wed, Apr 7, 2021 at 1:28 AM Wan Jiabing wrote: > > struct hfs_btree is defined at 73rd line. > The declaration here is unnecessary. Remove it. > > Signed-off-by: Wan Jiabing > --- > fs/hfsplus/hfsplus_fs.h | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/f

[PATCH] hfsplus/hfsplus_fs.h: Remove unnecessary struct declaration

2021-04-06 Thread Wan Jiabing
struct hfs_btree is defined at 73rd line. The declaration here is unnecessary. Remove it. Signed-off-by: Wan Jiabing --- fs/hfsplus/hfsplus_fs.h | 1 - 1 file changed, 1 deletion(-) diff --git a/fs/hfsplus/hfsplus_fs.h b/fs/hfsplus/hfsplus_fs.h index 12b20479ed2b..4da395c25f4a 100644 --- a/fs/h