From 532ebe1313df71750c582e9d0d693618e508142c Mon Sep 17 00:00:00 2001 From: "Pedro F. Giffuni" Date: Mon, 3 Jun 2013 20:33:05 +0000 Subject: [PATCH] ext2fs: space vs tab. Obtained from: Christoph Mallon MFC after: 3 days --- sys/fs/ext2fs/ext2_dinode.h | 2 +- sys/fs/ext2fs/ext2_inode_cnv.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/fs/ext2fs/ext2_dinode.h b/sys/fs/ext2fs/ext2_dinode.h index 6a16231ff11e..253b5d45d106 100644 --- a/sys/fs/ext2fs/ext2_dinode.h +++ b/sys/fs/ext2fs/ext2_dinode.h @@ -77,7 +77,7 @@ #define EXT3_EPOCH_MASK ((1 << EXT3_EPOCH_BITS) - 1) #define EXT3_NSEC_MASK (~0UL << EXT3_EPOCH_BITS) -#define E2DI_HAS_XTIME(ip) (EXT2_HAS_RO_COMPAT_FEATURE(ip->i_e2fs, \ +#define E2DI_HAS_XTIME(ip) (EXT2_HAS_RO_COMPAT_FEATURE(ip->i_e2fs, \ EXT2F_ROCOMPAT_EXTRA_ISIZE)) /* diff --git a/sys/fs/ext2fs/ext2_inode_cnv.c b/sys/fs/ext2fs/ext2_inode_cnv.c index c63c4f832cc5..c63946951afe 100644 --- a/sys/fs/ext2fs/ext2_inode_cnv.c +++ b/sys/fs/ext2fs/ext2_inode_cnv.c @@ -115,7 +115,7 @@ ext2_i2ei(struct inode *ip, struct ext2fs_dinode *ei) int i; ei->e2di_mode = ip->i_mode; - ei->e2di_nlink = ip->i_nlink; + ei->e2di_nlink = ip->i_nlink; /* Godmar thinks: if dtime is nonzero, ext2 says this inode has been deleted, this would correspond to a zero link count