Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1522993
| From | Eric Biggers <ebiggers@google.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 02/29] fscrypt: Allow fscrypt_decrypt_page() to function with non-writeback pages |
| Date | 2016-11-15 19:30 +0100 |
| Message-ID | <sDQEx-5I-17@gated-at.bofh.it> (permalink) |
| References | <sDavD-5Ow-3@gated-at.bofh.it> <sDavE-5Ow-53@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Sun, Nov 13, 2016 at 10:20:45PM +0100, Richard Weinberger wrote: > /** > * f2crypt_decrypt_page() - Decrypts a page in-place > - * @page: The page to decrypt. Must be locked. > + * @inode: The encrypted inode to decrypt. > + * @page: The page to decrypt. Must be locked. Strictly speaking, it's not the inode itself being decrypted, but rather the data associated with it. Could this be better expressed as something like "The inode to which the page belongs"? Eric
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 02/29] fscrypt: Allow fscrypt_decrypt_page() to function with non-writeback pages Richard Weinberger <richard@nod.at> - 2016-11-13 22:30 +0100
Re: [PATCH 02/29] fscrypt: Allow fscrypt_decrypt_page() to function with non-writeback pages Eric Biggers <ebiggers@google.com> - 2016-11-15 19:30 +0100
Re: [PATCH 02/29] fscrypt: Allow fscrypt_decrypt_page() to function with non-writeback pages David Gstir <david@sigma-star.at> - 2016-11-24 18:50 +0100
csiph-web