Update the advice for the new VFS system.
authorJeremy Allison <jra@samba.org>
Sat, 26 Sep 2009 05:02:18 +0000 (22:02 -0700)
committerJeremy Allison <jra@samba.org>
Sat, 26 Sep 2009 05:02:18 +0000 (22:02 -0700)
Jeremy.

examples/VFS/skel_transparent.c

index c86e0b7f3e43828eea64a030eb4b611d9a2b0e05..c52b057f47aa6fba2510623065637f0f02ef672e 100644 (file)
  */
 
 /* 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
  */