Source-Changes archive

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

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



Module Name:    src
Committed By:   wrstuden
Date:           Thu Jul  3 01:19:04 UTC 2003

Modified Files:
        src/sys/fs/adosfs [ktrace-lwp]: adlookup.c adosfs.h adutil.c advfsops.c
            advnops.c

Log Message:
LWP-ify adosfs. Also remove unused variable size from adosfs_mount().

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.


To generate a diff of this commit:
cvs rdiff -r1.3.2.1 -r1.3.2.2 src/sys/fs/adosfs/adlookup.c
cvs rdiff -r1.2 -r1.2.2.1 src/sys/fs/adosfs/adosfs.h \
    src/sys/fs/adosfs/adutil.c
cvs rdiff -r1.8.2.1 -r1.8.2.2 src/sys/fs/adosfs/advfsops.c
cvs rdiff -r1.6 -r1.6.2.1 src/sys/fs/adosfs/advnops.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