1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=216378

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;