Difference between revisions of "Writing a Samba VFS in Samba 3.6 and earlier"
(→Introduction) |
(→VFS Module Initialization) |
||
Line 18: | Line 18: | ||
= Writing a VFS Module = | = Writing a VFS Module = | ||
− | == VFS Module Initialization == | + | == VFS Module Initialization == |
+ | |||
+ | TBD | ||
= Some Existing VFS Modules = | = Some Existing VFS Modules = |
Revision as of 00:41, 6 May 2014
Contents
Introduction
This document is intended to help people who want to write Samba VFS modules. It is a Wiki-based version of an earlier document written by Richard Sharpe that can be found at Writing a Samba VFS.
The rest of this document is organized into a number of sections that:
TBD
The Samba VFS
Two Types of File Systems
Writing a VFS Module
VFS Module Initialization
TBD