Re: Overriding file lock for writing extended attributes
Christiaan Hofman <[email protected]>
| Newsgroups | gmane.comp.macosx.devel |
|---|---|
| Message-ID | <[email protected]> |
On Oct 26, 2009, at 20:52, Kyle Sluder wrote: > On Mon, Oct 26, 2009 at 12:22 PM, Christiaan Hofman <[email protected] > > wrote: >> What does it matter how locks are implemented? I'm not saying locks >> are put >> in the EAs, I'm saying locks prevent me from writing EAs. > > So you can remove and replace the lock. This might fail, for example > if the file is on a network file system. > > --Kyle Sluder Thanks, I'm trying that and at least for me it works. I was hoping there was some kind of way to save ignoring the lock. Christiaan