diff options
Diffstat (limited to 'fs/xfs/xfs_ialloc.c')
-rw-r--r-- | fs/xfs/xfs_ialloc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/xfs/xfs_ialloc.c b/fs/xfs/xfs_ialloc.c index 47e94288fcbf..16eda31fe797 100644 --- a/fs/xfs/xfs_ialloc.c +++ b/fs/xfs/xfs_ialloc.c | |||
@@ -321,9 +321,9 @@ xfs_ialloc_ag_alloc( | |||
321 | * able to use the file system. | 321 | * able to use the file system. |
322 | */ | 322 | */ |
323 | if (xfs_sb_version_hasnlink(&args.mp->m_sb)) | 323 | if (xfs_sb_version_hasnlink(&args.mp->m_sb)) |
324 | version = XFS_DINODE_VERSION_2; | 324 | version = 2; |
325 | else | 325 | else |
326 | version = XFS_DINODE_VERSION_1; | 326 | version = 1; |
327 | 327 | ||
328 | /* | 328 | /* |
329 | * Seed the new inode cluster with a random generation number. This | 329 | * Seed the new inode cluster with a random generation number. This |