diff options
author | Evgeniy <dushistov@mail.ru> | 2006-01-13 18:12:15 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-13 08:42:48 -0800 |
commit | 8a430d74fea797fc55fef1ad4c21420212b83574 (patch) | |
tree | 123a53efd78abc925821065c70e0c8c3c417a888 /mm | |
parent | 43ecb9a33ba8c93ebbda81d48ca05f0d1bbf9056 (diff) | |
download | linux-3.10-8a430d74fea797fc55fef1ad4c21420212b83574.tar.gz linux-3.10-8a430d74fea797fc55fef1ad4c21420212b83574.tar.bz2 linux-3.10-8a430d74fea797fc55fef1ad4c21420212b83574.zip |
[PATCH] Fix oops in ufs_fill_super at mount time
There's a lack of parenthesis in fs/ufs/utils.h, so instead of the 512th
byte of buffer, the usb2 pointer will point to the nth structure of type
ufs_super_block_second.
This can cause a mount-time oops if you're unlucky (especially with
DEBUG_PAGEALLOC, which is how Alexey Dobriyan saw this problem)
Signed-off-by: Evgeniy Dushistov <dushistov@mail.ru>
Acked-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'mm')
0 files changed, 0 insertions, 0 deletions