projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
594b6d0
)
f2fs: remove unnecessary struct declaration
author
Wan Jiabing
<wanjiabing@vivo.com>
Mon, 19 Apr 2021 02:20:03 +0000
(10:20 +0800)
committer
Jaegeuk 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
patch
|
blob
|
history
diff --git
a/fs/f2fs/f2fs.h
b/fs/f2fs/f2fs.h
index 87d734f5589dd123cd5bb7838ced4453d6e5ca7e..984a2a546745d289434b5797cc440f010d26391d 100644
(file)
--- 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);