diff options
Diffstat (limited to 'fs/ntfs/ntfs.h')
| -rw-r--r-- | fs/ntfs/ntfs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/ntfs/ntfs.h b/fs/ntfs/ntfs.h index a0bf706797bb..e85f6e928b1e 100644 --- a/fs/ntfs/ntfs.h +++ b/fs/ntfs/ntfs.h | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | * ntfs.h - Defines for NTFS Linux kernel driver. Part of the Linux-NTFS | 2 | * ntfs.h - Defines for NTFS Linux kernel driver. Part of the Linux-NTFS |
| 3 | * project. | 3 | * project. |
| 4 | * | 4 | * |
| 5 | * Copyright (c) 2001-2004 Anton Altaparmakov | 5 | * Copyright (c) 2001-2005 Anton Altaparmakov |
| 6 | * Copyright (C) 2002 Richard Russon | 6 | * Copyright (C) 2002 Richard Russon |
| 7 | * | 7 | * |
| 8 | * This program/include file is free software; you can redistribute it and/or | 8 | * This program/include file is free software; you can redistribute it and/or |
| @@ -41,6 +41,7 @@ typedef enum { | |||
| 41 | NTFS_BLOCK_SIZE_BITS = 9, | 41 | NTFS_BLOCK_SIZE_BITS = 9, |
| 42 | NTFS_SB_MAGIC = 0x5346544e, /* 'NTFS' */ | 42 | NTFS_SB_MAGIC = 0x5346544e, /* 'NTFS' */ |
| 43 | NTFS_MAX_NAME_LEN = 255, | 43 | NTFS_MAX_NAME_LEN = 255, |
| 44 | NTFS_MAX_ATTR_NAME_LEN = 255, | ||
| 44 | } NTFS_CONSTANTS; | 45 | } NTFS_CONSTANTS; |
| 45 | 46 | ||
| 46 | /* Global variables. */ | 47 | /* Global variables. */ |
