Date: Mon, 3 Jun 2013 20:33:05 +0000 (UTC) From: "Pedro F. Giffuni" <pfg@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r251346 - head/sys/fs/ext2fs Message-ID: <201306032033.r53KX53O066914@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306032033.r53KX53O066914>