diff options
Diffstat (limited to 'fs/xfs/xfs_types.h')
| -rw-r--r-- | fs/xfs/xfs_types.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_types.h b/fs/xfs/xfs_types.h index 82bbc34d54a..65c6e6650b1 100644 --- a/fs/xfs/xfs_types.h +++ b/fs/xfs/xfs_types.h @@ -134,7 +134,7 @@ typedef enum {  typedef enum {  	XFS_BTNUM_BNOi, XFS_BTNUM_CNTi, XFS_BTNUM_BMAPi, XFS_BTNUM_INOi, -	XFS_BTNUM_MAX +	XFS_BTNUM_FINOi, XFS_BTNUM_MAX  } xfs_btnum_t;  struct xfs_name {  | 
