From 2f1835eb8c8d9b6419c2e2e63238a8242b84cf4d Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Fri, 25 Sep 2009 22:02:18 -0700 Subject: Update the advice for the new VFS system. Jeremy. --- examples/VFS/skel_transparent.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'examples') 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 */ -- cgit