MFp4: Remove assertion that is no longer valid - we now use VOP_CLOSE() in

more places (ie vdev_file.c).
This commit is contained in:
pjd 2008-11-29 12:32:42 +00:00
parent 1cd6f1957c
commit 74ef0b3670

View File

@ -257,7 +257,6 @@ zfs_vop_close(vnode_t *vp, int flag, int count, offset_t offset, cred_t *cr)
{
int error, vfslocked;
ASSERT(flag == (FWRITE | FCREAT | FTRUNC | FOFFMAX));
ASSERT(count == 1);
ASSERT(offset == 0);