mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-07 13:14:51 +00:00
Fix a whitespace.
This commit is contained in:
parent
a6e2415cc4
commit
d23db15020
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=254717
@ -961,7 +961,7 @@ cluster_wbuild(struct vnode *vp, long size, daddr_t start_lbn, int len,
|
||||
VM_OBJECT_WLOCK(tbp->b_bufobj->bo_object);
|
||||
if (i == 0) {
|
||||
vfs_drain_busy_pages(tbp);
|
||||
} else { /* if not first buffer */
|
||||
} else { /* if not first buffer */
|
||||
for (j = 0; j < tbp->b_npages; j += 1) {
|
||||
m = tbp->b_pages[j];
|
||||
if (vm_page_xbusied(m)) {
|
||||
|
Loading…
Reference in New Issue
Block a user