vfs: RIP SMB_VFS_GET_DOS_ATTRIBUTES()
[samba.git] / source3 / include / vfs_macros.h
index f3ffe8566c793dded3d7ae665acf9c823945d50a..058a678f6d9925611f7707184d9e147dd829df86 100644 (file)
 #define SMB_VFS_NEXT_FSCTL(handle, fsp, ctx, function, req_flags, in_data, in_len, out_data, max_out_len, out_len) \
        smb_vfs_call_fsctl((handle)->next, (fsp), (ctx), (function), (req_flags), (in_data), (in_len), (out_data), (max_out_len), (out_len))
 
-#define SMB_VFS_GET_DOS_ATTRIBUTES(conn, smb_fname, attributes) \
-       smb_vfs_call_get_dos_attributes((conn)->vfs_handles, (smb_fname), (attributes))
-#define SMB_VFS_NEXT_GET_DOS_ATTRIBUTES(handle, smb_fname, attributes) \
-       smb_vfs_call_get_dos_attributes((handle)->next, (smb_fname), (attributes))
 #define SMB_VFS_FGET_DOS_ATTRIBUTES(conn, fsp, attributes) \
        smb_vfs_call_fget_dos_attributes((conn)->vfs_handles, (fsp), (attributes))
 #define SMB_VFS_NEXT_FGET_DOS_ATTRIBUTES(handle, fsp, attributes) \