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:	Thu, 19 Feb 2015 04:27:32 +0900
From:	OGAWA Hirofumi <hirofumi@...l.parknet.co.jp>
To:	Alexander Kuleshov <kuleshovmail@...il.com>,
	Andrew Morton <akpm@...ux-foundation.org>
Cc:	linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2] fs/fat: comment fix, fat_bits can be also 32

Alexander Kuleshov <kuleshovmail@...il.com> writes:

Acked-by: OGAWA Hirofumi <hirofumi@...l.parknet.co.jp>

> Signed-off-by: Alexander Kuleshov <kuleshovmail@...il.com>
> ---
>  fs/fat/fat.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/fs/fat/fat.h b/fs/fat/fat.h
> index 64e295e..7b7435b 100644
> --- a/fs/fat/fat.h
> +++ b/fs/fat/fat.h
> @@ -66,7 +66,7 @@ struct msdos_sb_info {
>  	unsigned short sec_per_clus;  /* sectors/cluster */
>  	unsigned short cluster_bits;  /* log2(cluster_size) */
>  	unsigned int cluster_size;    /* cluster size */
> -	unsigned char fats, fat_bits; /* number of FATs, FAT bits (12 or 16) */
> +	unsigned char fats, fat_bits; /* number of FATs, FAT bits (12,16 or 32) */
>  	unsigned short fat_start;
>  	unsigned long fat_length;     /* FAT start & length (sec.) */
>  	unsigned long dir_start;

-- 
OGAWA Hirofumi <hirofumi@...l.parknet.co.jp>
--
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