aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_itable.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/xfs_itable.c')
-rw-r--r--fs/xfs/xfs_itable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_itable.c b/fs/xfs/xfs_itable.c
index b3578cdc33dd..2cf16f4695ea 100644
--- a/fs/xfs/xfs_itable.c
+++ b/fs/xfs/xfs_itable.c
@@ -139,7 +139,7 @@ xfs_bulkstat_one_dinode(
139 * the new format. We don't change the version number so that we 139 * the new format. We don't change the version number so that we
140 * can distinguish this from a real new format inode. 140 * can distinguish this from a real new format inode.
141 */ 141 */
142 if (dic->di_version == XFS_DINODE_VERSION_1) { 142 if (dic->di_version == 1) {
143 buf->bs_nlink = be16_to_cpu(dic->di_onlink); 143 buf->bs_nlink = be16_to_cpu(dic->di_onlink);
144 buf->bs_projid = 0; 144 buf->bs_projid = 0;
145 } else { 145 } else {