Marcus Brinkmann <[EMAIL PROTECTED]> writes: > Do I need some lock on the directory node when updating the node > information? Yes, I think that would be necessary. But only when you actually write it out to disk, in the diskfs_write_disknode routine. Just acquire the regular directory lock. (There might be a deadlock problem here though; I don't know for sure.)
- write support without inodes Marcus Brinkmann
- Re: write support without inodes Mark Kettenis
- Re: write support without inodes Jeff Bailey
- Re: write support without inodes Marcus Brinkmann
- Re: write support without inodes Thomas Bushnell, BSG
- Re: write support without inodes Thomas Bushnell, BSG
- Re: write support without inodes Marcus Brinkmann