X-Git-Url: https://git.stricted.de/?a=blobdiff_plain;f=fs%2Ffat%2Ffat.h;h=8180ecef59fc9856bfc6f349e9b03a4b286ca2b1;hb=6fa3eb70c07b7ce2061fd6602159ac2d45a7dc3d;hp=21664fcf361673ec263ce2a23b59c3d7bdabf735;hpb=72de4c63e5ebe8e4054ea800d7a8d4b3f033caf2;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git diff --git a/fs/fat/fat.h b/fs/fat/fat.h index 21664fcf3616..8180ecef59fc 100644 --- a/fs/fat/fat.h +++ b/fs/fat/fat.h @@ -86,6 +86,7 @@ struct msdos_sb_info { const void *dir_ops; /* Opaque; default directory operations */ int dir_per_block; /* dir entries per block */ int dir_per_block_bits; /* log2(dir_per_block) */ + unsigned long vol_id; /* volume ID */ int fatent_shift; struct fatent_operations *fatent_ops;