Steve French <smfrench@xxxxxxxxx> wrote: > 'pages' is allocated by kcalloc(), which should freed by kfree(). Either kfree() or kvfree() will do; though kfree() is going to be slightly faster. David
Steve French <smfrench@xxxxxxxxx> wrote: > 'pages' is allocated by kcalloc(), which should freed by kfree(). Either kfree() or kvfree() will do; though kfree() is going to be slightly faster. David