freebsd-dev/sys/ofed
John Baldwin b2737f9e63 Store a reference to the vnode associated with a file descriptor in the
linux_file structure and use it instead of directly accessing td_fpop
when destroying the linux_file structure.  The td_fpop pointer is not
valid when a cdevpriv destructor is run, and the type-specific close
method has already been called, so f_vnode may not be valid (and the
vnode might have been recycled without our own reference).

Tested by:	Julian Stecklina <jsteckli@os.inf.tu-dresden.de>
MFC after:	1 week
2013-06-11 15:37:07 +00:00
..
drivers Fxi a bunch of typos. 2013-05-10 16:41:26 +00:00
include Store a reference to the vnode associated with a file descriptor in the 2013-06-11 15:37:07 +00:00