All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fat/fs: comment fix, fat_bits can be also 32
@ 2015-02-18 19:16 Alexander Kuleshov
  2015-02-18 19:18 ` [PATCH v2] fs/fat: " Alexander Kuleshov
  0 siblings, 1 reply; 3+ messages in thread
From: Alexander Kuleshov @ 2015-02-18 19:16 UTC (permalink / raw)
  To: OGAWA Hirofumi; +Cc: linux-kernel, Alexander Kuleshov

Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.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;
-- 
2.3.0.80.g18d0fec


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH v2] fs/fat: comment fix, fat_bits can be also 32
  2015-02-18 19:16 [PATCH] fat/fs: comment fix, fat_bits can be also 32 Alexander Kuleshov
@ 2015-02-18 19:18 ` Alexander Kuleshov
  2015-02-18 19:27   ` OGAWA Hirofumi
  0 siblings, 1 reply; 3+ messages in thread
From: Alexander Kuleshov @ 2015-02-18 19:18 UTC (permalink / raw)
  To: OGAWA Hirofumi; +Cc: linux-kernel, Alexander Kuleshov

Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.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;
-- 
2.3.0.80.g18d0fec


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH v2] fs/fat: comment fix, fat_bits can be also 32
  2015-02-18 19:18 ` [PATCH v2] fs/fat: " Alexander Kuleshov
@ 2015-02-18 19:27   ` OGAWA Hirofumi
  0 siblings, 0 replies; 3+ messages in thread
From: OGAWA Hirofumi @ 2015-02-18 19:27 UTC (permalink / raw)
  To: Alexander Kuleshov, Andrew Morton; +Cc: linux-kernel

Alexander Kuleshov <kuleshovmail@gmail.com> writes:

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

> Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.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@mail.parknet.co.jp>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-02-18 19:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-18 19:16 [PATCH] fat/fs: comment fix, fat_bits can be also 32 Alexander Kuleshov
2015-02-18 19:18 ` [PATCH v2] fs/fat: " Alexander Kuleshov
2015-02-18 19:27   ` OGAWA Hirofumi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.