summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2009-09-25 22:02:18 -0700
committerJeremy Allison <jra@samba.org>2009-09-25 22:02:18 -0700
commit2f1835eb8c8d9b6419c2e2e63238a8242b84cf4d (patch)
treedf001b3afc74de7c9a319d02c0a9426e965e1fd6 /examples
parent2d13513796e4a88130a7fc57bcb4f047f122e824 (diff)
downloadsamba-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.c7
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
*/