mirror of
				https://github.com/winfsp/winfsp.git
				synced 2025-10-29 19:18:39 -05:00 
			
		
		
		
	dll: fuseintf: SetVolumeLabel implementation
This commit is contained in:
		| @@ -303,7 +303,11 @@ static NTSTATUS fsp_fuse_intf_SetVolumeLabel(FSP_FILE_SYSTEM *FileSystem, | ||||
|     PWSTR VolumeLabel, | ||||
|     FSP_FSCTL_VOLUME_INFO *VolumeInfo) | ||||
| { | ||||
|     return STATUS_INVALID_DEVICE_REQUEST; | ||||
|     /* | ||||
|      * Implemented: there is no volume label concept in FUSE. | ||||
|      * Perhaps we can emulate it with a xattr on "/" one day. | ||||
|      */ | ||||
|     return STATUS_INVALID_PARAMETER; | ||||
| } | ||||
|  | ||||
| static NTSTATUS fsp_fuse_intf_GetSecurityByName(FSP_FILE_SYSTEM *FileSystem, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user