Moved uglyness needed in fcntl locking (64->32 bit mapping, NFS
authorJeremy Allison <jra@samba.org>
Tue, 2 May 2000 03:20:47 +0000 (03:20 +0000)
committerJeremy Allison <jra@samba.org>
Tue, 2 May 2000 03:20:47 +0000 (03:20 +0000)
commit46092ee1410faa4e3c143d80a960a8adaa19d7fc
tree45ff3352987eecdd4e5ab3d41789e94b122bfce3
parent148628b616b5c29ba6340d65fc3ddbcabba6e67a
Moved uglyness needed in fcntl locking (64->32 bit mapping, NFS
errors etc.) into locking/posix.c, where it is needed. fcntl_lock in lib/util.c
is now very small and clean.
Added (*lock) op to vfs layer.
Jeremy.
source/include/proto.h
source/include/vfs.h
source/lib/util.c
source/locking/posix.c
source/smbd/vfs-wrap.c
source/smbd/vfs.c