K 10 svn:author V 3 jhb K 8 svn:date V 27 2002-07-17T02:48:43.000000Z K 7 svn:log V 243 Preallocate a struct file as the first thing in falloc() before we lock the filelist_lock and check nfiles. This closes a race where we had to unlock the filedesc to re-lock the filelist_lock. Reported by: David Xu Reviewed by: bde (mostly) END