X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Fntfs%2Flogfile.h;h=e5e003a904a196d7c61a9c38595e467bc1aa3d81;hb=2c66a62d2d9e2315e6e748b96643f7f141c4d017;hp=abfe512427240165be5ef8e5097670c9dbb3b755;hpb=86090fcac5e27b630656fe3d963a6b80e26dac44;p=linux-2.6.git diff --git a/fs/ntfs/logfile.h b/fs/ntfs/logfile.h index abfe51242..e5e003a90 100644 --- a/fs/ntfs/logfile.h +++ b/fs/ntfs/logfile.h @@ -288,7 +288,7 @@ typedef struct { /* 22*/ u8 reserved[6]; /* Reserved/alignment. */ /* 28*/ u32 client_name_length; /* Length of client name in bytes. Should always be 8. */ -/* 32*/ uchar_t client_name[64];/* Name of the client in Unicode. Should +/* 32*/ ntfschar client_name[64];/* Name of the client in Unicode. Should always be "NTFS" with the remaining bytes set to 0. */ /* sizeof() = 160 (0xa0) bytes */