mjg 16033c0793 Make sure to always clear p_fd for process getting rid of its filetable.
Filetable can be shared with other processes. Previous code failed to
clear the pointer for all but the last process getting rid of the table.
This is mostly cosmetics.

Get rid of 'This should happen earlier' comment. Clearing the pointer in
this place is fine as consumers can reliably check for files availability
by inspecting fd_refcnt and vnodes availabity by NULL-checking them.

MFC after:	1 week
2014-06-28 05:18:03 +00:00
..
2014-03-18 21:34:11 +00:00
2014-03-14 06:29:43 +00:00
2012-08-22 20:01:57 +00:00
2012-11-14 10:33:12 +00:00
2014-03-19 12:45:40 +00:00
2014-03-14 06:29:43 +00:00
2014-06-08 10:56:25 +00:00
2014-06-26 13:57:44 +00:00
2014-05-01 22:28:14 +00:00
2012-06-25 05:41:16 +00:00
2014-06-01 04:11:05 +00:00
2014-03-18 21:34:11 +00:00
2014-03-18 21:34:11 +00:00
2012-10-25 09:05:21 +00:00
2014-05-30 08:22:58 +00:00
2014-06-27 05:04:36 +00:00
MFC
2013-02-21 21:59:35 +00:00
2014-04-12 21:39:17 +00:00