diff options
author | Ben Collins <[email protected]> | 2008-06-05 19:10:21 -0400 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2008-06-05 16:14:17 -0700 |
commit | 203c80187eba037f2d6562e0d5847014746726dd (patch) | |
tree | 10b1d75a17760d866f7737245c328424e1a319bf /fs/jbd2/commit.c | |
parent | b2ab26ab28cfed076ee8a83627d008472f6ac54f (diff) |
mmc: Fix crash in mmc_block on 64-bit
Fairly simple. "dev_use" was being allocated as a zero length array
because of bad math on 64-bit systems, causing a crash in
find_first_zero_bit(). One-liner follows:
Signed-off-by: Ben Collins <[email protected]>
Acked-by: Pierre Ossman <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'fs/jbd2/commit.c')
0 files changed, 0 insertions, 0 deletions