summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWan Jiabing <wanjiabing@vivo.com>2021-04-19 10:20:03 +0800
committerJaegeuk Kim <jaegeuk@kernel.org>2021-04-19 09:36:14 -0700
commita7b4e506dcc461c214734d03816c1d47bd88c9a3 (patch)
tree3bb978cb3bfa59b7531eae69a37657ff41fc26e2
parent594b6d0428ae304e0b44457398beb458b938f005 (diff)
downloadlinux-stable-a7b4e506dcc461c214734d03816c1d47bd88c9a3.tar.gz
linux-stable-a7b4e506dcc461c214734d03816c1d47bd88c9a3.tar.bz2
linux-stable-a7b4e506dcc461c214734d03816c1d47bd88c9a3.zip
f2fs: remove unnecessary struct declaration
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>
-rw-r--r--fs/f2fs/f2fs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/f2fs/f2fs.h b/fs/f2fs/f2fs.h
index 87d734f5589d..984a2a546745 100644
--- a/fs/f2fs/f2fs.h
+++ b/fs/f2fs/f2fs.h
@@ -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);