Re: Again - inode races [PATCH] Re: Corrupted inode list?

Benjamin C R LaHaise (blah@dot.superaje.com)
Wed, 22 Jan 1997 08:10:12 -0500 (EST)


Hello all!

In case anyone tries the previous patch, beware that it lacks one
critical line of code: in fs/inode.c:clear_inode, add

inode->i_lock = 1;

right after the memset. Please, anybody who has been having disk
corruption, try the patch - an updated version is at
ftp://dot.superaje.com/pub/fs-22-jan-1997.diff

-b