1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-13 14:40:22 +00:00

Fix an indentation bug in r357169.

This commit is contained in:
Brooks Davis 2020-01-30 18:34:08 +00:00
parent fbb9879c0c
commit 10dd04d39f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=357303

View File

@ -287,7 +287,7 @@ detrunc(struct denode *dep, u_long length, int flags, struct ucred *cred)
return (error);
}
memset(bp->b_data + boff, 0, pmp->pm_bpcluster - boff);
bwrite(bp);
bwrite(bp);
}
}