From b54e74eb87df25659dd217c2481fffc297901200 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sun, 15 Nov 1998 15:46:33 +0000 Subject: Fixed a misspelling of boolean true as MNT_WAIT. --- sys/gnu/ext2fs/ext2_inode.c | 2 +- sys/gnu/fs/ext2fs/ext2_inode.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/gnu') diff --git a/sys/gnu/ext2fs/ext2_inode.c b/sys/gnu/ext2fs/ext2_inode.c index 02f4a62ad692..fedacbbdccb9 100644 --- a/sys/gnu/ext2fs/ext2_inode.c +++ b/sys/gnu/ext2fs/ext2_inode.c @@ -257,7 +257,7 @@ printf("ext2_truncate called %d to %d\n", VTOI(ovp)->i_number, length); for (i = NDADDR - 1; i > lastblock; i--) oip->i_db[i] = 0; oip->i_flag |= IN_CHANGE | IN_UPDATE; - allerror = UFS_UPDATE(ovp, &tv, &tv, MNT_WAIT); + allerror = UFS_UPDATE(ovp, &tv, &tv, 1); /* * Having written the new inode to disk, save its new configuration diff --git a/sys/gnu/fs/ext2fs/ext2_inode.c b/sys/gnu/fs/ext2fs/ext2_inode.c index 02f4a62ad692..fedacbbdccb9 100644 --- a/sys/gnu/fs/ext2fs/ext2_inode.c +++ b/sys/gnu/fs/ext2fs/ext2_inode.c @@ -257,7 +257,7 @@ printf("ext2_truncate called %d to %d\n", VTOI(ovp)->i_number, length); for (i = NDADDR - 1; i > lastblock; i--) oip->i_db[i] = 0; oip->i_flag |= IN_CHANGE | IN_UPDATE; - allerror = UFS_UPDATE(ovp, &tv, &tv, MNT_WAIT); + allerror = UFS_UPDATE(ovp, &tv, &tv, 1); /* * Having written the new inode to disk, save its new configuration -- cgit v1.3