lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Fri, 19 Jun 2020 00:27:05 +0900 From: Wang Shilong <wangshilong1991@...il.com> To: linux-ext4@...r.kernel.org Cc: lixi@....com, adilger@...ger.ca, wangshilong1991@...il.com, sihara@....com, Wang Shilong <wshilong@....com> Subject: [RFC PATCH v2 02/51] e2fsck: remove unused fs_ext_attr_inodes/blocks From: Wang Shilong <wshilong@....com> Only define but not used, remove them. Signed-off-by: Wang Shilong <wshilong@....com> --- e2fsck/e2fsck.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/e2fsck/e2fsck.h b/e2fsck/e2fsck.h index f403360e..b9e2f06e 100644 --- a/e2fsck/e2fsck.h +++ b/e2fsck/e2fsck.h @@ -419,8 +419,6 @@ struct e2fsck_struct { __u32 fs_fragmented; __u32 fs_fragmented_dir; __u32 large_files; - __u32 fs_ext_attr_inodes; - __u32 fs_ext_attr_blocks; __u32 extent_depth_count[MAX_EXTENT_DEPTH_COUNT]; }; -- 2.25.4
Powered by blists - more mailing lists