]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r314045: Remove duplicate INOT allocation.
authormav <mav@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 6 Mar 2017 06:21:26 +0000 (06:21 +0000)
committermav <mav@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 6 Mar 2017 06:21:26 +0000 (06:21 +0000)
commita5714059fc5404cf9b74f9746f80710d109ef5d9
treebfc982596715e1ae03f5a6d461145472613ed3d9
parent9f95688bf6d7dca85302429563ed05e544625095
MFC r314045: Remove duplicate INOT allocation.

For some reason isp_handle_platform_notify_fc() allocated INOT just
before calling isp_handle_platform_target_tmf(), which also allocates
INOT.  It seems to be a braino introduced in r196008.

git-svn-id: svn://svn.freebsd.org/base/stable/10@314731 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/isp/isp_freebsd.c