diff options
author | Vladimir Saveliev <vs@namesys.com> | 2007-04-12 06:28:44 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-04-12 22:31:42 (GMT) |
commit | 6d205f120547043de663315698dcf5f0eaa31b5c (patch) | |
tree | c2b4b8d41361d498bdf8abad6fc9d06086bab56d /fs/sync.c | |
parent | 505fa2c4a2f125a70951926dfb22b9cf273994f1 (diff) | |
download | linux-fsl-qoriq-6d205f120547043de663315698dcf5f0eaa31b5c.tar.xz |
[PATCH] reiserfs: fix key decrementing
This patch fixes a bug in function decrementing a key of stat data item.
Offset of reiserfs keys are compared as signed values. To set key offset
to maximal possible value maximal signed value has to be used.
This bug is responsible for severe reiserfs filesystem corruption which
shows itself as warning vs-13060. reiserfsck fixes this corruption by
filesystem tree rebuilding.
Signed-off-by: Vladimir Saveliev <vs@namesys.com>
Cc: <reiserfs-dev@namesys.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/sync.c')
0 files changed, 0 insertions, 0 deletions