]> xenbits.xensource.com Git - pvdrivers/win/xenvbd.git/commit
Match __FreePage with __AllocatePage calls
authorOwen Smith <owen.smith@citrix.com>
Mon, 21 Jun 2021 12:54:44 +0000 (13:54 +0100)
committerPaul Durrant <pdurrant@amazon.com>
Mon, 21 Jun 2021 13:32:04 +0000 (14:32 +0100)
commit5890e83b049a57c1004115ae5a66a181d89c8132
tree4c83bed02495c87147e0c7705f2cf27b90292298
parent273cb7556362e8088eb0ae86b25f200b3acae01d
Match __FreePage with __AllocatePage calls

Replace __FreePages with __FreePage when the memory was allocated with
__AllocatePage. This is a cosmetic change, as __FreePage is an alias for
__FreePages

Signed-off-by: Owen Smith <owen.smith@citrix.com>
src/xenvbd/adapter.c
src/xenvbd/ring.c