DragonFly commits List (threaded) for 2008-09
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/sys/vfs/nullfs null_vfsops.c null_vnops.c
dillon 2008/09/05 16:27:12 PDT
DragonFly src repository
Modified files:
sys/vfs/nullfs null_vfsops.c null_vnops.c
Log:
Fix an endless recursion and double fault which could occur when accessing
a filesystem mounted via nullfs where the mount itself used a path through
another nullfs filesystem.
The forwarding nullm_vfs mount pointer must be set to the actual mount
point and not the governing nullfs. Any read-only status from the governing
nullfs mount will still be inherited.
Revision Changes Path
1.30 +18 -0 src/sys/vfs/nullfs/null_vfsops.c
1.29 +1 -1 src/sys/vfs/nullfs/null_vnops.c
http://www.dragonflybsd.org/cvsweb/src/sys/vfs/nullfs/null_vfsops.c.diff?r1=1.29&r2=1.30&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/vfs/nullfs/null_vnops.c.diff?r1=1.28&r2=1.29&f=u
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]