Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [ktrace-lwp] src/sys/fs/filecorefs



Module Name:    src
Committed By:   wrstuden
Date:           Thu Jul  3 01:21:41 UTC 2003

Modified Files:
        src/sys/fs/filecorefs [ktrace-lwp]: filecore_extern.h filecore_lookup.c
            filecore_node.c filecore_node.h filecore_vfsops.c filecore_vnops.c

Log Message:
LWP-ify filecore fs.

Note: These changes suffer from the same cnp->cn_lwp issue noted for
ufs. They will need to get fixed at the same time as ufs. The fix is to
add struct lwp * as a parameter to some VOPs.

Also, some how or another, this code missed out on the changes to use
genfs_lease_check, and had a dangling reference to lease_check().
Given that genfs_lease_check has been around since 1998, I'm puzzled as
to what's been going on. Noticed in a compild of acorn32/GENERIC.


To generate a diff of this commit:
cvs rdiff -r1.4.2.1 -r1.4.2.2 src/sys/fs/filecorefs/filecore_extern.h
cvs rdiff -r1.3.2.1 -r1.3.2.2 src/sys/fs/filecorefs/filecore_lookup.c
cvs rdiff -r1.1 -r1.1.4.1 src/sys/fs/filecorefs/filecore_node.c \
    src/sys/fs/filecorefs/filecore_node.h
cvs rdiff -r1.5.2.1 -r1.5.2.2 src/sys/fs/filecorefs/filecore_vfsops.c
cvs rdiff -r1.4 -r1.4.2.1 src/sys/fs/filecorefs/filecore_vnops.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index