Re: [PATCH v7 1/3] fs: fat: Add fat filesystem partition volume label in local structure

2018-01-14 Thread OGAWA Hirofumi
ChenGuanqiao writes: > Signed-off-by: ChenGuanqiao > --- > fs/fat/fat.h | 6 ++ > fs/fat/inode.c| 15 --- > include/uapi/linux/msdos_fs.h | 2 ++ > 3 files changed, 20 insertions(+), 3 deletions(-) > > diff --git a/fs/fat/fat.h b/fs/fat/fat.h >

[PATCH v7 1/3] fs: fat: Add fat filesystem partition volume label in local structure

2018-01-10 Thread ChenGuanqiao
Signed-off-by: ChenGuanqiao --- fs/fat/fat.h | 6 ++ fs/fat/inode.c| 15 --- include/uapi/linux/msdos_fs.h | 2 ++ 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/fs/fat/fat.h b/fs/fat/fat.h index 8fc1093da47d..96f631282c71 100644