DragonFly commits List (threaded) for 2004-11
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/sys/kern
dillon 2004/11/30 10:59:52 PST
DragonFly src repository
Modified files:
sys/kern vfs_vnops.c
Log:
Fix a bug in ESTALE handling for NFS. If we get ESTALE in vn_open() we
want to retry the operation, but if we cannot re-resolve the namespace
(i.e. the file is really gone) we were incorrectly calling vput(vp) where
vp might have been NULL.
Reported-by: David Rhodus <sdrhodus@xxxxxxxxx>
Revision Changes Path
1.28 +2 -1 src/sys/kern/vfs_vnops.c
http://www.dragonflybsd.org/cvsweb/src/sys/kern/vfs_vnops.c.diff?r1=1.27&r2=1.28&f=u
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]