ext2fs: space vs tab.

Obtained from:	Christoph Mallon
MFC after:	3 days
This commit is contained in:
Pedro F. Giffuni 2013-06-03 20:33:05 +00:00
parent 1a287d1ddf
commit 532ebe1313
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=251346
2 changed files with 2 additions and 2 deletions

View File

@ -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))
/*

View File

@ -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