1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-27 16:39:08 +00:00

- Remove GIANT_REQUIRED where giant is no longer required.

Sponsored By:	Isilon Systems, Inc.
This commit is contained in:
Jeff Roberson 2005-01-24 10:33:46 +00:00
parent 82d1b24c70
commit 791625d853
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=140718

View File

@ -318,8 +318,6 @@ cluster_rbuild(vp, filesize, lbn, blkno, size, run, fbp)
daddr_t bn;
int i, inc, j;
GIANT_REQUIRED;
KASSERT(size == vp->v_mount->mnt_stat.f_iosize,
("cluster_rbuild: size %ld != filesize %jd\n",
size, (intmax_t)vp->v_mount->mnt_stat.f_iosize));
@ -519,8 +517,6 @@ cluster_callback(bp)
struct buf *nbp, *tbp;
int error = 0;
GIANT_REQUIRED;
/*
* Must propogate errors to all the components.
*/
@ -757,8 +753,6 @@ cluster_wbuild(vp, size, start_lbn, len)
int totalwritten = 0;
int dbsize = btodb(size);
GIANT_REQUIRED;
while (len > 0) {
s = splbio();
/*