[OpenAFS] Using callbacks for file locking?

Volker Lendecke Volker.Lendecke@SerNet.DE
Sat, 19 Mar 2005 08:23:11 +0100


On Fri, Mar 18, 2005 at 03:29:05PM -0800, Mike Fedyk wrote:
> I will have to test if samba and OpenOffice use file or byte range 
> locking with the apps I am using.

Samba does byte range locking itself, because the Windows semantics of those
locks is quite different from posix semantics. By default the resulting lock
ranges are handed down to the posix file system. If you share AFS file space
with Samba you need to set 'posix locking = no', as AFS will not be able to
accept the fcntl locks.

Volker