In implementing xLock in a VFS, do we need to worry about lock counts, i.e. nested locking?
In other words, if a process asks for, say, a SHARED lock, and he already has one, should we increment a SHARED lock count? Or is it okay to just return, i.e. to treat the request as a no-op? Thanks, - Richard Klein
----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------