Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 24403
b: refs/heads/master
c: a22c96c
h: refs/heads/master
i:
  24401: cec10ad
  24399: 0feb1cd
v: v3
  • Loading branch information
Kevin Corry authored and Linus Torvalds committed Mar 27, 2006
1 parent 806c3b4 commit b586a7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: b4cf1b72eec0e197257a5b07dc9ec53552cdd123
refs/heads/master: a22c96c737a9cefbe8d6e991c0032ad6db825a67
2 changes: 1 addition & 1 deletion trunk/drivers/md/dm-stripe.c
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ static int stripe_ctr(struct dm_target *ti, unsigned int argc, char **argv)
return -EINVAL;
}

if (((uint32_t)ti->len) & (chunk_size - 1)) {
if (ti->len & (chunk_size - 1)) {
ti->error = "dm-stripe: Target length not divisible by "
"chunk size";
return -EINVAL;
Expand Down

0 comments on commit b586a7d

Please sign in to comment.