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  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Sat, 11 Feb 2017 16:15:35 +0100
From:   Xose Vazquez Perez <xose.vazquez@...il.com>
To:     unlisted-recipients:; (no To-header on input)
Cc:     Xose Vazquez Perez <xose.vazquez@...il.com>,
        Theodore Ts'o <tytso@....edu>,
        EXT4 ml <linux-ext4@...r.kernel.org>
Subject: [PATCH] e2fsprogs: remove duplicate default values in mke2fs.conf

Cc: Theodore Ts'o <tytso@....edu>
Cc: EXT4 ml <linux-ext4@...r.kernel.org>
Signed-off-by: Xose Vazquez Perez <xose.vazquez@...il.com>
---
 misc/mke2fs.conf.in | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/misc/mke2fs.conf.in b/misc/mke2fs.conf.in
index 812f7c74..3d612594 100644
--- a/misc/mke2fs.conf.in
+++ b/misc/mke2fs.conf.in
@@ -12,11 +12,9 @@
 	}
 	ext4 = {
 		features = has_journal,extent,huge_file,flex_bg,uninit_bg,64bit,dir_nlink,extra_isize
-		inode_size = 256
 	}
 	ext4dev = {
 		features = has_journal,extent,huge_file,flex_bg,uninit_bg,inline_data,64bit,dir_nlink,extra_isize
-		inode_size = 256
 		options = test_fs=1
 	}
 	small = {
@@ -47,6 +45,5 @@
 		blocksize = -1
 	}
 	hurd = {
-	     blocksize = 4096
 	     inode_size = 128
 	}
-- 
2.11.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ