Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/sys/isofs/cd9660 Pull up revision 1.60 (requested by dr...
details: https://anonhg.NetBSD.org/src/rev/f14d9ae224a1
branches: netbsd-1-5
changeset: 493125:f14d9ae224a1
user: he <he%NetBSD.org@localhost>
date: Thu Jun 06 20:07:53 2002 +0000
description:
Pull up revision 1.60 (requested by drochner):
Add actual session offset to the volume size, so that ``df'' does
not underestimate, and other checks against volume size succeed.
diffstat:
sys/isofs/cd9660/cd9660_vfsops.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r e3c9669bbbd7 -r f14d9ae224a1 sys/isofs/cd9660/cd9660_vfsops.c
--- a/sys/isofs/cd9660/cd9660_vfsops.c Thu Jun 06 20:01:35 2002 +0000
+++ b/sys/isofs/cd9660/cd9660_vfsops.c Thu Jun 06 20:07:53 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cd9660_vfsops.c,v 1.48.2.2 2001/04/06 00:03:08 he Exp $ */
+/* $NetBSD: cd9660_vfsops.c,v 1.48.2.3 2002/06/06 20:07:53 he Exp $ */
/*-
* Copyright (c) 1994
@@ -390,6 +390,8 @@
goto out;
}
+ isomp->volume_space_size += sess;
+
pribp->b_flags |= B_AGE;
brelse(pribp);
pribp = NULL;
Home |
Main Index |
Thread Index |
Old Index