Remove redundant semicolon and empty like.

This commit is contained in:
Pawel Jakub Dawidek 2010-12-11 13:35:25 +00:00
parent 695239e2c7
commit 8735863465

View File

@ -407,12 +407,11 @@ update_pages(vnode_t *vp, int64_t start, int len, objset_t *os, uint64_t oid,
va+off, tx);
} else {
(void) dmu_read(os, oid, start+off, nbytes,
va+off, DMU_READ_PREFETCH);;
va+off, DMU_READ_PREFETCH);
}
zfs_unmap_page(sf);
VM_OBJECT_LOCK(obj);
page_unlock(pp);
}
len -= nbytes;
off = 0;