Messages in this thread |  | | Date | Wed, 22 Jan 1997 08:10:12 -0500 (EST) | From | Benjamin C R LaHaise <> | Subject | Re: Again - inode races [PATCH] Re: Corrupted inode list? |
| |
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
|  |