vfs: update a bit-rotten comment
authorMichael Adam <obnox@samba.org>
Fri, 13 Jun 2014 09:46:25 +0000 (11:46 +0200)
committerVolker Lendecke <vl@samba.org>
Fri, 13 Jun 2014 15:29:10 +0000 (17:29 +0200)
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
source3/include/vfs_macros.h

index 704054d3f9a636e64f06ecdb19ef2e2c8314b69f..0f44c62dacac578830bf4453188026b35e48e50f 100644 (file)
 #ifndef _VFS_MACROS_H
 #define _VFS_MACROS_H
 
-/*******************************************************************
- Don't access conn->vfs.ops.* directly!!!
- Use this macros!
- (Fixes should go also into the vfs_opaque_* and vfs_next_* macros!)
-********************************************************************/
+/*
+ * These macros SMB_VFS_<FOO> (and SMB_VFS_NEXT_<FOO>) are our
+ * interface for the VFS.
+ *
+ * Don't access conn->vfs_handles[->next]->fns->* directly!
+ */
 
 /* Disk operations */
 #define SMB_VFS_CONNECT(conn, service, user) \