summaryrefslogtreecommitdiffstats
path: root/source3/include/oplock_onefs.h
Commit message (Collapse)AuthorAgeFilesLines
* s3:onefs: remove all onefs related code as it not maintained anymoreStefan Metzmacher2012-05-161-50/+0
| | | | | | | | | | See https://lists.samba.org/archive/samba-technical/2012-May/083631.html for the discussion. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed May 16 11:23:05 CEST 2012 on sn-devel-104
* s3 OneFS: Add kernel oplocks implementationTim Prouty2009-02-091-0/+50
A few functions in oplocks_onefs.c need to be accessed from the onefs vfs module. It would be ideal if oplocks were implemented at the vfs layer, but since they aren't yet, a new header is added to source3/include to make these functions available to the onefs vfs module. oplocks_onefs.o doesn't need to be linked into the onefs vfs module explicitly, since it is already linked into smbd by default.