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:
parent
1cd6f1957c
commit
74ef0b3670
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user