diff mbox series

[f2fs-dev,1/3] f2fs-tools: remove obsolete fields in struct f2fs_sb_info

Message ID 20240220124537.11531-1-chao@kernel.org (mailing list archive)
State New
Headers show
Series [f2fs-dev,1/3] f2fs-tools: remove obsolete fields in struct f2fs_sb_info | expand

Commit Message

Chao Yu Feb. 20, 2024, 12:45 p.m. UTC
No logic change.

Signed-off-by: Chao Yu <chao@kernel.org>
---
 fsck/f2fs.h | 3 ---
 1 file changed, 3 deletions(-)
diff mbox series

Patch

diff --git a/fsck/f2fs.h b/fsck/f2fs.h
index e31be22..187e73c 100644
--- a/fsck/f2fs.h
+++ b/fsck/f2fs.h
@@ -257,9 +257,6 @@  struct f2fs_sb_info {
 	struct f2fs_checkpoint *ckpt;
 	int cur_cp;
 
-	struct list_head orphan_inode_list;
-	unsigned int n_orphans;
-
 	/* basic file system units */
 	unsigned int log_sectors_per_block;     /* log2 sectors per block */
 	unsigned int log_blocksize;             /* log2 block size */