Handle unlinking in-use files on virtual drives
* path.cc (path_conv::set_nt_native_path): New function. * path.h (path_conv::set_nt_native_path): Add prototype. * syscall.cc (try_to_bin): Handle moving files to the recycler accessed via a local virtual drive (subst). Fix a problem renaming the file to the unique replacement name on Samba. Align comment. Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
@ -270,6 +270,7 @@ class path_conv
|
||||
|
||||
~path_conv ();
|
||||
inline const char *get_win32 () const { return path; }
|
||||
void set_nt_native_path (PUNICODE_STRING);
|
||||
PUNICODE_STRING get_nt_native_path ();
|
||||
inline POBJECT_ATTRIBUTES get_object_attr (OBJECT_ATTRIBUTES &attr,
|
||||
SECURITY_ATTRIBUTES &sa)
|
||||
|
Reference in New Issue
Block a user