CmDeleteKey: Copy LastWriteTime from cell to KCB, instead of querying again.

svn path=/trunk/; revision=36772
This commit is contained in:
Timo Kreuzer 2008-10-16 19:07:28 +00:00
parent d13301ae65
commit 1d3e8f7e54

View file

@ -1307,7 +1307,7 @@ CmDeleteKey(IN PCM_KEY_BODY KeyBody)
/* Update the write time */
KeQuerySystemTime(&Parent->LastWriteTime);
KeQuerySystemTime(&Kcb->ParentKcb->KcbLastWriteTime);
Kcb->ParentKcb->KcbLastWriteTime = Parent->LastWriteTime;
/* Release the cell */
HvReleaseCell(Hive, ParentCell);