On Thursday 19 May 2005 05:36, Jan Kara wrote: > Hello! > > Attached patch makes reiserfs BUG() when somebody tries to start a > larger transaction than it's allowed (currently the code just silently > deadlocks). I think this is a better behaviour. Can you please apply the > patch?
Ack, looks ok. In theory, we could return an error instead and force the FS into readonly mode, but it's better to catch the offending caller. -chris
