Searched hist:252041 (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/ofed/include/linux/
H A Dfs.hdiff 252041 Thu Jun 20 18:03:51 MDT 2013 jhb MFC 251617:
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).
H A Dlinux_compat.cdiff 252041 Thu Jun 20 18:03:51 MDT 2013 jhb MFC 251617:
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).

Completed in 98 milliseconds