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:   Sun, 3 Jun 2018 22:22:36 -0600
From:   Andreas Dilger <adilger@...ger.ca>
To:     Jan Kara <jack@...e.cz>
Cc:     Ted Tso <tytso@....edu>, linux-ext4@...r.kernel.org
Subject: Re: [PATCH 03/10] resize2fs: Add missing EOL to error message

On May 30, 2018, at 6:51 AM, Jan Kara <jack@...e.cz> wrote:
> 
> Signed-off-by: Jan Kara <jack@...e.cz>

Reviewed-by: Andreas Dilger <adilger@...ger.ca>

> ---
> resize/resize2fs.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/resize/resize2fs.c b/resize/resize2fs.c
> index 0bd325bae81d..7afc1342bc88 100644
> --- a/resize/resize2fs.c
> +++ b/resize/resize2fs.c
> @@ -756,7 +756,7 @@ retry:
> 	 */
> 	new_inodes =(unsigned long long) fs->super->s_inodes_per_group * fs->group_desc_count;
> 	if (new_inodes > ~0U) {
> -		fprintf(stderr, _("inodes (%llu) must be less than %u"),
> +		fprintf(stderr, _("inodes (%llu) must be less than %u\n"),
> 				   new_inodes, ~0U);
> 		return EXT2_ET_TOO_MANY_INODES;
> 	}
> --
> 2.13.6
> 


Cheers, Andreas






Download attachment "signature.asc" of type "application/pgp-signature" (874 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ