diff options
author | Miles Bader <miles@gnu.org> | 1996-03-16 05:58:21 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-03-16 05:58:21 +0000 |
commit | 732087196b3f7082f8f09f1a2fd41e52b5a4e0d9 (patch) | |
tree | 409284d095415621ab5617529a02b6415646a434 /libstore/stripe.c | |
parent | dade1d71e655757391e6390a284c912e85b8bbd3 (diff) |
Formerly stripe.c.~3~
Diffstat (limited to 'libstore/stripe.c')
-rw-r--r-- | libstore/stripe.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libstore/stripe.c b/libstore/stripe.c index 485bfd6f..d810f7b0 100644 --- a/libstore/stripe.c +++ b/libstore/stripe.c @@ -1,6 +1,6 @@ -/* Interleaved store backend +/* Striped store backend - Copyright (C) 1995, 1996 Free Software Foundation, Inc. + Copyright (C) 1996 Free Software Foundation, Inc. Written by Miles Bader <miles@gnu.ai.mit.edu> @@ -29,7 +29,7 @@ struct stripe_info struct store **stripes; int dealloc : 1; }; - + static error_t stripe_read (struct store *store, off_t addr, size_t index, mach_msg_type_number_t amount, @@ -119,7 +119,7 @@ store_ileave_create (struct store **stripes, size_t num_stripes, int dealloc, free (info); return err; } - + /* Return a new store in STORE that concatenates all the stores in STORES (NUM_STORES of them) every store in STRIPES must have the same block size. If DEALLOC is true, then the sub-stores are freed when this store is (in |