patch-2.1.39 linux/fs/buffer.c
Next file: linux/fs/isofs/dir.c
Previous file: linux/fs/binfmt_elf.c
Back to the patch index
Back to the overall index
- Lines: 43
- Date:
Sun May 18 10:48:29 1997
- Orig file:
v2.1.38/linux/fs/buffer.c
- Orig date:
Thu May 15 16:48:03 1997
diff -u --recursive --new-file v2.1.38/linux/fs/buffer.c linux/fs/buffer.c
@@ -591,8 +591,9 @@
continue;
if (bh->b_size == size)
continue;
-
+ bhnext->b_count++;
wait_on_buffer(bh);
+ bhnext->b_count--;
if (bh->b_dev == dev && bh->b_size != size) {
clear_bit(BH_Dirty, &bh->b_state);
clear_bit(BH_Uptodate, &bh->b_state);
@@ -1606,6 +1607,7 @@
ndirty++;
if(bh->b_flushtime > jiffies) continue;
nwritten++;
+ next->b_count++;
bh->b_count++;
bh->b_flushtime = 0;
#ifdef DEBUG
@@ -1613,6 +1615,7 @@
#endif
ll_rw_block(WRITE, 1, &bh);
bh->b_count--;
+ next->b_count--;
}
}
#ifdef DEBUG
@@ -1751,6 +1754,7 @@
currently dirty buffers are not shared, so it does not matter */
if (refilled && major == LOOP_MAJOR)
continue;
+ next->b_count++;
bh->b_count++;
ndirty++;
bh->b_flushtime = 0;
@@ -1766,6 +1770,7 @@
if(nlist != BUF_DIRTY) ncount++;
#endif
bh->b_count--;
+ next->b_count--;
}
}
#ifdef DEBUG
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov