Re: nfs on zfs panic
- From: Doug Rabson <dfr@xxxxxxxxxx>
- Date: Wed, 27 Jun 2007 08:37:27 +0100
On Wednesday 27 June 2007, Pawel Jakub Dawidek wrote:
On Tue, Jun 26, 2007 at 06:10:44PM +0100, Doug Rabson wrote:
It looks like nvp is NULL at the point where it crashed. Looking at
the zfs code, zfs_vget always returns zero, even if it failed to
find a vnode which matches the given 'inode' number. Try changing
the return statement in zfs_vget from 'return (0)' to 'return
(err)'.
Your analysis is correct, can you commit this?
I tried to commit it but got the 'need Approved by: re' message. Do you
have blanket re approval for this stuff?
_______________________________________________
freebsd-current@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@xxxxxxxxxxx"
- Follow-Ups:
- Re: nfs on zfs panic
- From: Pawel Jakub Dawidek
- Re: nfs on zfs panic
- References:
- nfs on zfs panic
- From: Philippe Pegon
- Re: nfs on zfs panic
- From: Doug Rabson
- Re: nfs on zfs panic
- From: Pawel Jakub Dawidek
- nfs on zfs panic
- Prev by Date: Re: FAST_IPSEC import to HEAD is imminent..
- Next by Date: Dtrace status in FreeBSD 7.0
- Previous by thread: Re: nfs on zfs panic
- Next by thread: Re: nfs on zfs panic
- Index(es):
Relevant Pages
|