Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 375254
b: refs/heads/master
c: 88a488f
h: refs/heads/master
v: v3
  • Loading branch information
Joe Thornber authored and Alasdair G Kergon committed May 10, 2013
1 parent 444a042 commit 17fa2e7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f8350daf7af05e3b8cf98e9550de3f623af03fe7
refs/heads/master: 88a488f6243c98b38ac5191d4255e09d3b1c6455
8 changes: 4 additions & 4 deletions trunk/drivers/md/persistent-data/dm-space-map-metadata.c
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ static void sm_bootstrap_destroy(struct dm_space_map *sm)

static int sm_bootstrap_extend(struct dm_space_map *sm, dm_block_t extra_blocks)
{
DMERR("boostrap doesn't support extend");
DMERR("bootstrap doesn't support extend");

return -EINVAL;
}
Expand Down Expand Up @@ -450,7 +450,7 @@ static int sm_bootstrap_count_is_more_than_one(struct dm_space_map *sm,
static int sm_bootstrap_set_count(struct dm_space_map *sm, dm_block_t b,
uint32_t count)
{
DMERR("boostrap doesn't support set_count");
DMERR("bootstrap doesn't support set_count");

return -EINVAL;
}
Expand Down Expand Up @@ -491,15 +491,15 @@ static int sm_bootstrap_commit(struct dm_space_map *sm)

static int sm_bootstrap_root_size(struct dm_space_map *sm, size_t *result)
{
DMERR("boostrap doesn't support root_size");
DMERR("bootstrap doesn't support root_size");

return -EINVAL;
}

static int sm_bootstrap_copy_root(struct dm_space_map *sm, void *where,
size_t max)
{
DMERR("boostrap doesn't support copy_root");
DMERR("bootstrap doesn't support copy_root");

return -EINVAL;
}
Expand Down

0 comments on commit 17fa2e7

Please sign in to comment.