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] [day] [month] [year] [list]
Date:	Mon, 31 Oct 2011 23:53:17 +0100
From:	Jan Kara <jack@...e.cz>
To:	Namjae Jeon <linkinjeon@...il.com>
Cc:	jack@...e.cz, linux-kernel@...r.kernel.org,
	Ashish Sangwan <ashishsangwan2@...il.com>
Subject: Re: [PATCH] udf : fix metadata/mirror address print

On Tue 01-11-11 00:25:40, Namjae Jeon wrote:
> I found some bug in Skip-mirror-metadata-FE-loading-when-metadata-FE-is-ok patch
> So I try to fix metadata/mirror address print.
  Thanks. I've folded this patch into your previous one.

								Honza
> 
> Signed-off-by: Namjae Jeon <linkinjeon@...il.com>
> Signed-off-by: Ashish Sangwan <ashishsangwan2@...il.com>
> ---
>  fs/udf/super.c |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/fs/udf/super.c b/fs/udf/super.c
> index b4921ab..dfe043a 100644
> --- a/fs/udf/super.c
> +++ b/fs/udf/super.c
> @@ -860,7 +860,7 @@ static int udf_load_metadata_files(struct super_block *sb, int partition)
>  
>  	/* metadata address */
>  	udf_debug("Metadata file location: block = %d part = %d\n",
> -		  addr.logicalBlockNum, addr.partitionReferenceNum);
> +		  mdata->s_meta_file_loc, map->s_partition_num);
>  
>  	mdata->s_metadata_fe = udf_find_metadata_inode_efe(sb,
>  		mdata->s_meta_file_loc, map->s_partition_num);
> @@ -868,7 +868,7 @@ static int udf_load_metadata_files(struct super_block *sb, int partition)
>  	if (mdata->s_metadata_fe == NULL) {
>  		/* mirror file entry */
>  		udf_debug("Mirror metadata file location: block = %d part = %d\n",
> -			  addr.logicalBlockNum, addr.partitionReferenceNum);
> +			  mdata->s_mirror_file_loc, map->s_partition_num);
>  
>  		mdata->s_mirror_fe = udf_find_metadata_inode_efe(sb,
>  			mdata->s_mirror_file_loc, map->s_partition_num);
> -- 
> 1.7.4.4
> 
-- 
Jan Kara <jack@...e.cz>
SUSE Labs, CR
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ