summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2014-06-13 11:46:25 +0200
committerVolker Lendecke <vl@samba.org>2014-06-13 17:29:10 +0200
commit9f6c4c4da20df633b28c1f3047e62c0daa6f6931 (patch)
treeb67d0098d2a23af152e47b156ffcf64761f5d68d
parentddb7d7fc940835e04a5d909790f99cee5c74084d (diff)
downloadsamba-9f6c4c4da20df633b28c1f3047e62c0daa6f6931.tar.gz
samba-9f6c4c4da20df633b28c1f3047e62c0daa6f6931.tar.xz
samba-9f6c4c4da20df633b28c1f3047e62c0daa6f6931.zip
vfs: update a bit-rotten comment
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>
-rw-r--r--source3/include/vfs_macros.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/source3/include/vfs_macros.h b/source3/include/vfs_macros.h
index 704054d3f9a..0f44c62daca 100644
--- a/source3/include/vfs_macros.h
+++ b/source3/include/vfs_macros.h
@@ -21,11 +21,12 @@
#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) \