diff options
| author | Alan Cox <alc@FreeBSD.org> | 2004-02-07 08:54:50 +0000 |
|---|---|---|
| committer | Alan Cox <alc@FreeBSD.org> | 2004-02-07 08:54:50 +0000 |
| commit | c5aebf380cbe623137bcc22ac0b0b30824dba454 (patch) | |
| tree | 8b3ec0adc3ccbbd2d789f27c3c62041cfb37b898 /sys/kern/vfs_bio.c | |
| parent | 9ee9ecea007534057d23a3e6eea17645e53c08d9 (diff) | |
Notes
Diffstat (limited to 'sys/kern/vfs_bio.c')
| -rw-r--r-- | sys/kern/vfs_bio.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/kern/vfs_bio.c b/sys/kern/vfs_bio.c index f21f48e332cd..eafb9773704c 100644 --- a/sys/kern/vfs_bio.c +++ b/sys/kern/vfs_bio.c @@ -3102,7 +3102,6 @@ bufdone(struct buf *bp) int s; void (*biodone)(struct buf *); - GIANT_REQUIRED; s = splbio(); |
