patch-2.4.21 linux-2.4.21/drivers/md/lvm.c
Next file: linux-2.4.21/drivers/md/md.c
Previous file: linux-2.4.21/drivers/md/linear.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
2003-06-13 07:51:34.000000000 -0700
- Orig file:
linux-2.4.20/drivers/md/lvm.c
- Orig date:
2002-11-28 15:53:13.000000000 -0800
diff -urN linux-2.4.20/drivers/md/lvm.c linux-2.4.21/drivers/md/lvm.c
@@ -2253,7 +2253,7 @@
if (lv_ptr->lv_access & LV_SNAPSHOT) {
/*
- * Atomically make the the snapshot invisible
+ * Atomically make the snapshot invisible
* to the original lv before playing with it.
*/
lv_t * org = lv_ptr->lv_snapshot_org;
@@ -2405,7 +2405,7 @@
}
}
- /* save availiable i/o statistic data */
+ /* save available i/o statistic data */
if (old_lv->lv_stripes < 2) { /* linear logical volume */
end = min(old_lv->lv_current_le, new_lv->lv_current_le);
for (l = 0; l < end; l++) {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)