DragonFly commits List (threaded) for 2004-04
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/sys/vfs/msdosfs msdosfs_vnops.c
dillon 2004/04/13 18:24:24 PDT
DragonFly src repository
Modified files:
sys/vfs/msdosfs msdosfs_vnops.c
Log:
uio_td might be NULL, do not indirect through uio_td to get to td_proc
unless it is non-NULL. Note that td_proc in msdosfs_write() is used only
to check resource limits. Resource limits will not be checked if p is
NULL (which is ok for now).
Revision Changes Path
1.14 +1 -1 src/sys/vfs/msdosfs/msdosfs_vnops.c
http://www.dragonflybsd.org/cvsweb/src/sys/vfs/msdosfs/msdosfs_vnops.c.diff?r1=1.13&r2=1.14&f=h
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]