[PATCH] reiserfs: handle trans_id overflow
authorAlexander Zarochentsev <zam@namesys.com>
Sat, 25 Mar 2006 11:06:59 +0000 (03:06 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 25 Mar 2006 16:22:51 +0000 (08:22 -0800)
commita44c94a7b82a425b73384c104d5cb3dd3caa075e
treeda86b5245bea89942f2639fec2d6f7378a117836
parent23f9e0f891c9b159a199629d4426f6ae0c383508
[PATCH] reiserfs: handle trans_id overflow

Reiserfs does not handle transaction ID overflow correctly.  Transaction ID
== 0 causes reiserfs to crash.  The patch fixes all places where the
transaction ID is incremented.

Signed-off-by: Alexander Zarochentsev <zam@namesys.com>
Signed-off-by: Hans Reiser <reiser@namesys.com>
Cc: Chris Mason <mason@suse.com>
Cc: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/reiserfs/journal.c
This page took 0.028386 seconds and 5 git commands to generate.