s3-vfs: rename open function to open_fn.
[kai/samba-autobuild/.git] / source3 / include / vfs.h
index ad15bd80420fb1ba4cb4ef8443db40c4d5536362..28d6c38d1dde0fecc49b9906e91aeb968ea6c0e5 100644 (file)
 /* Leave at 28 - not yet released. Rename posix_fallocate to fallocate
                to split out the two possible uses. JRA. */
 /* Leave at 28 - not yet released. Add fdopendir. JRA. */
+/* Leave at 28 - not yet released. Rename open function to open_fn. - gd */
 #define SMB_VFS_INTERFACE_VERSION 28
 
 
@@ -214,9 +215,9 @@ struct vfs_fn_pointers {
 
        /* File operations */
 
-       int (*open)(struct vfs_handle_struct *handle,
-                   struct smb_filename *smb_fname, files_struct *fsp,
-                   int flags, mode_t mode);
+       int (*open_fn)(struct vfs_handle_struct *handle,
+                      struct smb_filename *smb_fname, files_struct *fsp,
+                      int flags, mode_t mode);
        NTSTATUS (*create_file)(struct vfs_handle_struct *handle,
                                struct smb_request *req,
                                uint16_t root_dir_fid,