在 2015/1/29 21:28, Cyril Hrubis 写道:
> Hi!
>> diff --git a/include/tst_fs_type.h b/include/tst_fs_type.h
>> index fef0818..ec230c7 100644
>> --- a/include/tst_fs_type.h
>> +++ b/include/tst_fs_type.h
>> @@ -33,6 +33,22 @@
>>  #define TST_TMPFS_MAGIC    0x01021994
>>  #define TST_V9FS_MAGIC     0x01021997
>>  #define TST_XFS_MAGIC      0x58465342
>> +#define TST_EXT2_OLD_MAGIC 0xEF51
>> +/* ext2, ext3, ext4 have the same magic number */
>> +#define TST_EXT234_MAGIC   0xEF53
>> +#define TST_MINIX_MAGIC    0x137F
>> +#define TST_MINIX_MAGIC2   0x138F
>> +#define TST_MINIX2_MAGIC   0x2468
>> +#define TST_MINIX2_MAGIC2  0x2478
>> +#define TST_MINIX3_MAGIC   0x4D5A
>> +#define TST_UDF_MAGIC      0x15013346
>> +#define TST_SYSV2_MAGIC    0x012FF7B6
>> +#define TST_SYSV4_MAGIC    0x012FF7B5
>> +#define TST_UFS_MAGIC      0x00011954
>> +#define TST_UFS2_MAGIC     0x19540119
>> +#define TST_F2FS_MAGIC     0xF2F52010
>> +#define TST_NILFS_MAGIC    0x3434
>> +#define TST_EXOFS_MAGIC    0x5DF5
> 
> This hunk fails to apply to latest LTP git.
> 
> Looking at the differencies the TST_TMPFS_MAGIC,
> TST_V9FS_MAGIC, TST_XFS_MAGIC have more spaces
> before the hex number.
Sorry, my bad. Because of the network problem, I didn't
get the patch tested on the latest repo yesterday. I will
fix this soon.
> 


------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to