Re: [PATCH 1/1] fs/fat: implement fsuuid command

2021-01-07 Thread Simon Glass
On Wed, 30 Dec 2020 at 16:53, Heinrich Schuchardt wrote: > > The FAT file system does not have a UUID but a 4 byte volume ID. > Let the fsuuid command show it in - format. > > Signed-off-by: Heinrich Schuchardt > --- > fs/fat/fat.c | 18 ++ > fs/fs.c | 2 +- >

[PATCH 1/1] fs/fat: implement fsuuid command

2020-12-30 Thread Heinrich Schuchardt
The FAT file system does not have a UUID but a 4 byte volume ID. Let the fsuuid command show it in - format. Signed-off-by: Heinrich Schuchardt --- fs/fat/fat.c | 18 ++ fs/fs.c | 2 +- include/fat.h | 12 3 files changed, 31 insertions(+), 1