commit | d76c8420c3cf8e468901b0bd58306637335c98ea | [log] [tgz] |
---|---|---|
author | Randy Dunlap <randy.dunlap@oracle.com> | Thu Apr 21 09:07:26 2011 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Apr 21 10:00:00 2011 -0700 |
tree | 1dd7c5f1f19fb827968343e08e2cc5ed87358f05 | |
parent | 83425eee85c6235392e3fe865faf533a48b60ab3 [diff] |
raid5: fix build error, sector_t usage Change <sectors> from unsigned long long to sector_t. This matches its source field. ERROR: "__udivdi3" [drivers/md/raid456.ko] undefined! Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>