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-prev] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 14 Jan 2013 19:41:58 -0500
From:	Theodore Ts'o <tytso@....edu>
To:	Ext4 Developers List <linux-ext4@...r.kernel.org>
Cc:	gnehzuil.liu@...il.com
Subject: Re: [PATCH 1/5] mke2fs: enforce that the cluster size must be less
 that the block size

On Mon, Jan 14, 2013 at 07:37:08PM -0500, Theodore Ts'o wrote:
> +		if (fs_param.s_log_cluster_size &&
> +		    fs_param.s_log_cluster_size < fs_param.s_log_block_size) {
> +			com_err(program_name, 0,
> +				_("The cluster size must not be "
> +				  "smaller than the block size.\n"));

This would read better: "the cluster size may not be smaller than the
block size"

					- Ted
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ