]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC 228361:
authorjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 5 Jan 2012 19:36:38 +0000 (19:36 +0000)
committerjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 5 Jan 2012 19:36:38 +0000 (19:36 +0000)
commita23ba974670e43a4d7177dfba67147e67eef15cf
tree15c4dc6f1f35a1d53bb57c3f6bcd18f2271fb855
parent326c775b44705358ffea9e73afd0cd9a8853b83b
MFC 228361:
Explicitly use curthread while manipulating td_fpop during last close
of a devfs file descriptor in devfs_close_f().  The passed in td argument
may be NULL if the close was invoked by garbage collection of open
file descriptors in pending control messages in the socket buffer of a
UNIX domain socket after it was closed.

git-svn-id: svn://svn.freebsd.org/base/stable/8@229628 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/fs/devfs/devfs_vnops.c