svn commit: r251346 - head/sys/fs/ext2fs
Pedro F. Giffuni
pfg at FreeBSD.org
Mon Jun 3 20:33:06 UTC 2013
Author: pfg
Date: Mon Jun 3 20:33:05 2013
New Revision: 251346
URL: http://svnweb.freebsd.org/changeset/base/251346
Log:
ext2fs: space vs tab.
Obtained from: Christoph Mallon
MFC after: 3 days
Modified:
head/sys/fs/ext2fs/ext2_dinode.h
head/sys/fs/ext2fs/ext2_inode_cnv.c
Modified: head/sys/fs/ext2fs/ext2_dinode.h
==============================================================================
--- head/sys/fs/ext2fs/ext2_dinode.h Mon Jun 3 20:09:22 2013 (r251345)
+++ head/sys/fs/ext2fs/ext2_dinode.h Mon Jun 3 20:33:05 2013 (r251346)
@@ -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))
/*
Modified: head/sys/fs/ext2fs/ext2_inode_cnv.c
==============================================================================
--- head/sys/fs/ext2fs/ext2_inode_cnv.c Mon Jun 3 20:09:22 2013 (r251345)
+++ head/sys/fs/ext2fs/ext2_inode_cnv.c Mon Jun 3 20:33:05 2013 (r251346)
@@ -115,7 +115,7 @@ ext2_i2ei(struct inode *ip, struct ext2f
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
More information about the svn-src-all
mailing list