[cosmetic] adding DbgEn/Ex to symlink functions
This commit is contained in:
parent
c414d5b84e
commit
a8f66804d5
1 changed files with 4 additions and 0 deletions
|
|
@ -4290,6 +4290,7 @@ static NTSTATUS nfs41_SetReparsePoint(
|
||||||
nfs41_updowncall_entry *entry;
|
nfs41_updowncall_entry *entry;
|
||||||
NTSTATUS status;
|
NTSTATUS status;
|
||||||
|
|
||||||
|
DbgEn();
|
||||||
print_reparse_buffer(Reparse);
|
print_reparse_buffer(Reparse);
|
||||||
|
|
||||||
if (Reparse->ReparseTag != IO_REPARSE_TAG_SYMLINK) {
|
if (Reparse->ReparseTag != IO_REPARSE_TAG_SYMLINK) {
|
||||||
|
|
@ -4319,6 +4320,7 @@ static NTSTATUS nfs41_SetReparsePoint(
|
||||||
status = map_symlink_errors(entry->status);
|
status = map_symlink_errors(entry->status);
|
||||||
RxFreePool(entry);
|
RxFreePool(entry);
|
||||||
out:
|
out:
|
||||||
|
DbgEx();
|
||||||
return status;
|
return status;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -4335,6 +4337,7 @@ static NTSTATUS nfs41_GetReparsePoint(
|
||||||
SymbolicLinkReparseBuffer.PathBuffer);
|
SymbolicLinkReparseBuffer.PathBuffer);
|
||||||
NTSTATUS status;
|
NTSTATUS status;
|
||||||
|
|
||||||
|
DbgEn();
|
||||||
if (FsCtl->OutputBufferLength < HeaderLen) {
|
if (FsCtl->OutputBufferLength < HeaderLen) {
|
||||||
RxContext->InformationToReturn = HeaderLen;
|
RxContext->InformationToReturn = HeaderLen;
|
||||||
status = STATUS_BUFFER_TOO_SMALL;
|
status = STATUS_BUFFER_TOO_SMALL;
|
||||||
|
|
@ -4381,6 +4384,7 @@ static NTSTATUS nfs41_GetReparsePoint(
|
||||||
}
|
}
|
||||||
RxFreePool(entry);
|
RxFreePool(entry);
|
||||||
out:
|
out:
|
||||||
|
DbgEx();
|
||||||
return status;
|
return status;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue