Do not abort the entire core dump if VOP_VPTOFH() fails. VPTOFH is not
authorMatthew Dillon <dillon@dragonflybsd.org>
Mon, 4 Jul 2005 16:02:58 +0000 (16:02 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Mon, 4 Jul 2005 16:02:58 +0000 (16:02 +0000)
commit4fe2217f1c18e5a7ce17d72696d6331c02555cbf
treefdd29fd9ed7dbed33836852084d3b05b9671982c
parenta5bd972e57d226182a9364bdcc0bca9cf9501daf
Do not abort the entire core dump if VOP_VPTOFH() fails.  VPTOFH is not
currently supported on NFS file handles.  This simply means that a checkpoint
restore will not work (for now).  The core itself will still be fine.

Reported-by: Richard Nyberg <rnyberg@it.su.se>
sys/kern/imgact_elf.c