Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40827
b: refs/heads/master
c: 0692c6b
h: refs/heads/master
i:
  40825: 9ee7ee0
  40823: 5f07555
v: v3
  • Loading branch information
NeilBrown authored and Linus Torvalds committed Nov 9, 2006
1 parent f930c33 commit 6fe5cc2
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: 2f4713036114dd13d1f4fe433b7f236250b65f5a
refs/heads/master: 0692c6b1cf5537b190f90fb5903f1af89a41b0a8
2 changes: 1 addition & 1 deletion trunk/drivers/md/raid5.c
Original file line number Diff line number Diff line change
Expand Up @@ -3659,7 +3659,7 @@ static void end_reshape(raid5_conf_t *conf)
bdev = bdget_disk(conf->mddev->gendisk, 0);
if (bdev) {
mutex_lock(&bdev->bd_inode->i_mutex);
i_size_write(bdev->bd_inode, conf->mddev->array_size << 10);
i_size_write(bdev->bd_inode, (loff_t)conf->mddev->array_size << 10);
mutex_unlock(&bdev->bd_inode->i_mutex);
bdput(bdev);
}
Expand Down

0 comments on commit 6fe5cc2

Please sign in to comment.