From 9f6c4c4da20df633b28c1f3047e62c0daa6f6931 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 13 Jun 2014 11:46:25 +0200 Subject: vfs: update a bit-rotten comment Signed-off-by: Michael Adam Reviewed-by: Volker Lendecke --- 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 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_ (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) \ -- cgit