Linus Torvalds wrote: > Just move the current down/up pair from do_truncate() into notify_change() > (it also protects the "newattrs" assignment in do_truncate, but that is > purely local data at that point and needs no protection). Done. Moved i_sem down into notify_change() and out of the UMSDOS function. -- Dave Hansen haveblue@us.ibm.com