[PATCH v5 1/2] tpm: add ptr to the tpm_space struct to file_priv
From: Jarkko Sakkinen <hidden>
Date: 2018-08-14 16:08:19
Also in:
linux-integrity, lkml
From: Jarkko Sakkinen <hidden>
Date: 2018-08-14 16:08:19
Also in:
linux-integrity, lkml
On Tue, Aug 14, 2018 at 07:06:05PM +0300, Jarkko Sakkinen wrote:
On Mon, Aug 13, 2018 at 01:32:53PM -0700, Tadeusz Struk wrote:quoted
Add a ptr to struct tpm_space to the file_priv to have an easy access to it in the async job without the need to allocate memory. This also allows to consolidate of the write operations for the two interfaces. Tested-by: Philip Tricca <redacted> Signed-off-by: Tadeusz Struk <redacted>NAK A rule thumb: do not add "links" between commits unless it is you cannot find any other way. The cover letter is made for describing feature or features that are defined a the set of commits.
~~~~~ by a /Jarkko