summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1995-04-16 11:25:47 +0000
committerdg <dg@FreeBSD.org>1995-04-16 11:25:47 +0000
commitb2c465848050f8bf9e9d03dfde9a99243ea34b33 (patch)
tree71fdb9f3e40e73c2824fec26891134a2c19882b5
parent2c660e90708ff7d1cfb6205685ab15839cee3b90 (diff)
downloadFreeBSD-src-b2c465848050f8bf9e9d03dfde9a99243ea34b33.zip
FreeBSD-src-b2c465848050f8bf9e9d03dfde9a99243ea34b33.tar.gz
Make vegetarian and animal rights people happy and use 0xdeadc0de instead
of 0xdeadbeef as the 'spare' value.
-rw-r--r--sys/ufs/lfs/lfs_alloc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/ufs/lfs/lfs_alloc.c b/sys/ufs/lfs/lfs_alloc.c
index 9e3d1ed..fb60c3d 100644
--- a/sys/ufs/lfs/lfs_alloc.c
+++ b/sys/ufs/lfs/lfs_alloc.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)lfs_alloc.c 8.4 (Berkeley) 1/4/94
- * $Id: lfs_alloc.c,v 1.6 1995/03/19 14:29:16 davidg Exp $
+ * $Id: lfs_alloc.c,v 1.7 1995/03/28 07:58:02 bde Exp $
*/
#include <sys/param.h>
@@ -179,8 +179,8 @@ lfs_vcreate(mp, ino, vpp)
ip->i_flag = IN_MODIFIED;
ip->i_dev = ump->um_dev;
ip->i_number = ip->i_din.di_inumber = ino;
-ip->i_din.di_spare[0] = 0xdeadbeef;
-ip->i_din.di_spare[1] = 0xdeadbeef;
+ip->i_din.di_spare[0] = 0xdeadc0de;
+ip->i_din.di_spare[1] = 0xdeadc0de;
ip->i_lfs = ump->um_lfs;
#ifdef QUOTA
for (i = 0; i < MAXQUOTAS; i++)
OpenPOWER on IntegriCloud