raid5: fix build error, sector_t usage
authorRandy Dunlap <randy.dunlap@oracle.com>
Thu, 21 Apr 2011 16:07:26 +0000 (09:07 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 21 Apr 2011 17:00:00 +0000 (10:00 -0700)
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>

No differences found