Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/ntfs ntfs_nt{get|put|rele}() really are necessary, since...
details: https://anonhg.NetBSD.org/src/rev/0125848eae59
branches: trunk
changeset: 477061:0125848eae59
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Sat Oct 09 14:29:36 1999 +0000
description:
ntfs_nt{get|put|rele}() really are necessary, since ntnode may be
shared by several fnodes when the file is simultaneonsly opened by
several callers and different "attributes" (a.k.a. resource forks)
are requested. They have been converted to use lockmgr()-style locking.
diffstat:
sys/ntfs/TODO | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diffs (10 lines):
diff -r 6019dd19adc8 -r 0125848eae59 sys/ntfs/TODO
--- a/sys/ntfs/TODO Sat Oct 09 14:27:42 1999 +0000
+++ b/sys/ntfs/TODO Sat Oct 09 14:29:36 1999 +0000
@@ -31,6 +31,3 @@
- really implement sync
- write necessary bits to support NTFS in libsa
-
-- ntfs_nt{get|put|rele}() - investigate if they are really necessary;
- if not, drop them if yes, convert them to use lockmgr()-style locking
Home |
Main Index |
Thread Index |
Old Index