zero-copy: allow reserving pages read-only
commitaf520bcaaf83c3dfeb41c59c5f8a523bd794503b
authorPhil Sutter <phil@nwl.cc>
Sun, 11 Jul 2010 22:37:36 +0000 (12 00:37 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Tue, 13 Jul 2010 16:18:43 +0000 (13 18:18 +0200)
treebe911ff5e87d5aca5d5c6ff6d672a15889d44ac0
parent38c95331f009cb701d2dab447390ef7b307eb797
zero-copy: allow reserving pages read-only

This actually fixes examples/hmac.c, as it's src data is read-only which
makes get_user_pages fail when trying to reserve writable pages.
cryptodev_main.c