OSDN Git Service

f2fs: remove unnecessary struct declaration
authorWan Jiabing <wanjiabing@vivo.com>
Mon, 19 Apr 2021 02:20:03 +0000 (10:20 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Mon, 19 Apr 2021 16:36:14 +0000 (09:36 -0700)
struct dnode_of_data is defined at 897th line.
The declaration here is unnecessary. Remove it.

Signed-off-by: Wan Jiabing <wanjiabing@vivo.com>
Reviewed-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/f2fs.h

index 87d734f..984a2a5 100644 (file)
@@ -3311,7 +3311,6 @@ void f2fs_hash_filename(const struct inode *dir, struct f2fs_filename *fname);
 /*
  * node.c
  */
-struct dnode_of_data;
 struct node_info;
 
 int f2fs_check_nid_range(struct f2fs_sb_info *sbi, nid_t nid);