OpenSolaris

Printable Version Enter a New Search
Bug ID 6657081
Synopsis ibcm_arp_unlink_driver() should use VN_RELE() instead of vn_rele()
State 10-Fix Delivered (Fix available in build)
Category:Subcategory ib_sw:ibcm
Keywords
Responsible Engineer Shantkumar Hiremath
Reported Against snv_80
Duplicate Of
Introduced In solaris_nevada
Commit to Fix snv_86
Fixed In snv_86
Release Fixed solaris_nevada(snv_86) , solaris_10u6(s10u6_03) (Bug ID:2162116)
Related Bugs
Submit Date 30-January-2008
Last Update Date 20-June-2008
Description
ibcm_arp_unlink_driver() should use VN_RELE() instead of directly calling vn_rele()

src/uts/common/io/ib/mgt/ibcm/ibcm_arp.c:ibcm_arp_unlink_driver()

  298 	vn_rele(vp);

we may make changes to the Vnode Interface and to VN_RELE() which would get missed
that way.
Work Around
N/A
Comments
N/A