From mboxrd@z Thu Jan 1 00:00:00 1970 From: rohara@sourceware.org Date: 16 Nov 2006 20:23:24 -0000 Subject: [Cluster-devel] cluster/gfs/gfs_fsck ondisk.h Message-ID: <20061116202324.31421.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: cluster Changes by: rohara at sourceware.org 2006-11-16 20:23:22 Modified files: gfs/gfs_fsck : ondisk.h Log message: Fix annoying whitespace inconsistency. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/ondisk.h.diff?cvsroot=cluster&r1=1.4&r2=1.5 --- cluster/gfs/gfs_fsck/ondisk.h 2006/10/02 21:38:28 1.4 +++ cluster/gfs/gfs_fsck/ondisk.h 2006/11/16 20:23:22 1.5 @@ -600,7 +600,7 @@ #define GFS_EATYPE_UNUSED (0) #define GFS_EATYPE_USR (1) /* user attribute */ #define GFS_EATYPE_SYS (2) /* system attribute */ -#define GFS_EATYPE_SECURITY (3) /* security attribute */ +#define GFS_EATYPE_SECURITY (3) /* security attribute */ #define GFS_EATYPE_LAST (3) #define GFS_EATYPE_VALID(x) ((x) <= GFS_EATYPE_LAST)