diff options
author | Jeremy Allison <jra@samba.org> | 2009-09-25 22:02:18 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2009-09-25 22:02:18 -0700 |
commit | 2f1835eb8c8d9b6419c2e2e63238a8242b84cf4d (patch) | |
tree | df001b3afc74de7c9a319d02c0a9426e965e1fd6 /examples | |
parent | 2d13513796e4a88130a7fc57bcb4f047f122e824 (diff) | |
download | samba-2f1835eb8c8d9b6419c2e2e63238a8242b84cf4d.tar.gz samba-2f1835eb8c8d9b6419c2e2e63238a8242b84cf4d.tar.bz2 samba-2f1835eb8c8d9b6419c2e2e63238a8242b84cf4d.zip |
Update the advice for the new VFS system.
Jeremy.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/VFS/skel_transparent.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/examples/VFS/skel_transparent.c b/examples/VFS/skel_transparent.c index c86e0b7f3e..c52b057f47 100644 --- a/examples/VFS/skel_transparent.c +++ b/examples/VFS/skel_transparent.c @@ -29,10 +29,9 @@ */ /* If you take this file as template for your module - * please make sure that you remove all functions you didn't - * want to implement!! - * - * This passthrough operations are useless in reall vfs modules! + * please make sure that you remove all skel_XXX() functions you don't + * want to implement!! The passthrough operations are not + * neccessary in a real module. * * --metze */ |