diff options
Diffstat (limited to 'fs/xfs/xfs_inode.h')
-rw-r--r-- | fs/xfs/xfs_inode.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/xfs/xfs_inode.h b/fs/xfs/xfs_inode.h index ec8b539439d3..db1f68840727 100644 --- a/fs/xfs/xfs_inode.h +++ b/fs/xfs/xfs_inode.h | |||
@@ -159,8 +159,7 @@ typedef struct xfs_icdinode { | |||
159 | /* | 159 | /* |
160 | * Flags for xfs_inotobp, xfs_imap() and xfs_dilocate(). | 160 | * Flags for xfs_inotobp, xfs_imap() and xfs_dilocate(). |
161 | */ | 161 | */ |
162 | #define XFS_IMAP_LOOKUP 0x1 | 162 | #define XFS_IMAP_BULKSTAT 0x1 |
163 | #define XFS_IMAP_BULKSTAT 0x2 | ||
164 | 163 | ||
165 | /* | 164 | /* |
166 | * Fork handling. | 165 | * Fork handling. |