freebsd-dev/sys/ofed/include
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
..
asm Replace __signed by signed. 2011-12-13 13:38:03 +00:00
linux Store a reference to the vnode associated with a file descriptor in the 2013-06-11 15:37:07 +00:00
net - Updated TOE support in the kernel. 2012-06-19 07:34:13 +00:00
rdma Take advantage of if_baudrate_pf and calculate an effective baud rate on 2012-10-18 15:44:27 +00:00