From 791625d85300b5102f14b6c796fe8aeee2cbe2fa Mon Sep 17 00:00:00 2001 From: Jeff Roberson Date: Mon, 24 Jan 2005 10:33:46 +0000 Subject: [PATCH] - Remove GIANT_REQUIRED where giant is no longer required. Sponsored By: Isilon Systems, Inc. --- sys/kern/vfs_cluster.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/sys/kern/vfs_cluster.c b/sys/kern/vfs_cluster.c index 92687ba00967..527800c05b20 100644 --- a/sys/kern/vfs_cluster.c +++ b/sys/kern/vfs_cluster.c @@ -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(); /*