| | Date | Mon, 12 Jul 2010 09:45:14 +1000 (EST) | | From | James Morris <> | | Subject | Re: [PATCH 13/18] ima: use generic_file_llseek for securityfs |
| |
On Wed, 7 Jul 2010, Arnd Bergmann wrote:
> The default for llseek will change to no_llseek, > so securityfs users need to add explicit .llseek > assignments. Since we're dealing with regular > files from a VFS perspective, use generic_file_llseek. > > Signed-off-by: Arnd Bergmann <arnd@arndb.de> > Cc: Mimi Zohar <zohar@us.ibm.com> > Cc: James Morris <jmorris@namei.org> > Cc: linux-security-module@vger.kernel.org > --- > security/integrity/ima/ima_fs.c | 9 ++++++--- > 1 files changed, 6 insertions(+), 3 deletions(-)
Applied to git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6#next
-- James Morris <jmorris@namei.org>
|