From a709c7eaf26a2d13e3ad965e502576c0f355f1df Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 13 Jun 2014 11:46:25 +0200 Subject: [PATCH 2/3] vfs: update a bit-rotten comment Signed-off-by: Michael Adam --- source3/include/vfs_macros.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/source3/include/vfs_macros.h b/source3/include/vfs_macros.h index 704054d..0f44c62 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_ (and SMB_VFS_NEXT_) are our + * interface for the VFS. + * + * Don't access conn->vfs_handles[->next]->fns->* directly! + */ /* Disk operations */ #define SMB_VFS_CONNECT(conn, service, user) \ -- 1.9.1