diff options
author | Tony Luck <tony.luck@intel.com> | 2005-07-08 11:52:42 -0400 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2005-07-08 11:52:42 -0400 |
commit | 88c3cdfdde3cf87e1831265ea4246430bef34fc9 (patch) | |
tree | caea510ffb2f81a5ea13b00ecb8a4146ad462048 /fs/bio.c | |
parent | 2b2c3750330325ae5071582b5c4dbdf1c8bc1e51 (diff) | |
parent | a92b7b80579fe68fe229892815c750f6652eb6a9 (diff) |
Auto merge with /home/aegl/GIT/linus
Diffstat (limited to 'fs/bio.c')
-rw-r--r-- | fs/bio.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ struct biovec_slab { | |||
52 | */ | 52 | */ |
53 | 53 | ||
54 | #define BV(x) { .nr_vecs = x, .name = "biovec-"__stringify(x) } | 54 | #define BV(x) { .nr_vecs = x, .name = "biovec-"__stringify(x) } |
55 | static struct biovec_slab bvec_slabs[BIOVEC_NR_POOLS] = { | 55 | static struct biovec_slab bvec_slabs[BIOVEC_NR_POOLS] __read_mostly = { |
56 | BV(1), BV(4), BV(16), BV(64), BV(128), BV(BIO_MAX_PAGES), | 56 | BV(1), BV(4), BV(16), BV(64), BV(128), BV(BIO_MAX_PAGES), |
57 | }; | 57 | }; |
58 | #undef BV | 58 | #undef BV |