]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Make the arguments to d_close() match the arguments to d_open(), since
authorjoerg <joerg@FreeBSD.org>
Wed, 22 Jan 2003 14:06:46 +0000 (14:06 +0000)
committerjoerg <joerg@FreeBSD.org>
Wed, 22 Jan 2003 14:06:46 +0000 (14:06 +0000)
commit4664e1b2f96c570d91686022d74c3248de776b37
tree249c9c49b4d4254d75d314a1a9f8708695128ebf
parent7040970198bcc972fa661a70d284669437f28cc0
Make the arguments to d_close() match the arguments to d_open(), since
otherwise the close operation is void, and the underlying device remains
marked as being busy.

Thanks to phk for finding this.

MFC after: 3 days
sys/dev/vinum/vinumio.c