diff options
| author | Tor Egge <tegge@FreeBSD.org> | 2006-03-19 21:43:36 +0000 |
|---|---|---|
| committer | Tor Egge <tegge@FreeBSD.org> | 2006-03-19 21:43:36 +0000 |
| commit | 7de3839d0ddba53272d35efe425248aa2a208cc2 (patch) | |
| tree | 62885f3310d59355548c73b75827ccf24f094ff4 /sys/kern/vfs_cluster.c | |
| parent | 30b3a49fab76b370ab9a1e12068d5b9ef6bd5928 (diff) | |
Notes
Diffstat (limited to 'sys/kern/vfs_cluster.c')
| -rw-r--r-- | sys/kern/vfs_cluster.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/kern/vfs_cluster.c b/sys/kern/vfs_cluster.c index 326682933cda..fb64a6e69a2e 100644 --- a/sys/kern/vfs_cluster.c +++ b/sys/kern/vfs_cluster.c @@ -51,6 +51,7 @@ __FBSDID("$FreeBSD$"); #include <vm/vm_object.h> #include <vm/vm_page.h> #include <sys/sysctl.h> +int softdep_wantrollbacks(struct buf *); #if defined(CLUSTERDEBUG) static int rcluster= 0; @@ -896,11 +897,6 @@ cluster_wbuild(vp, size, start_lbn, len) bremfree(tbp); tbp->b_flags &= ~B_DONE; } /* end of code for non-first buffers only */ - /* check for latent dependencies to be handled */ - if ((LIST_FIRST(&tbp->b_dep)) != NULL) { - tbp->b_iocmd = BIO_WRITE; - buf_start(tbp); - } /* * If the IO is via the VM then we do some * special VM hackery (yuck). Since the buffer's |
