From fc6d8e04aaf6390d9ec5fa68cb7fea04b2160da3 Mon Sep 17 00:00:00 2001 From: Tetsuo Handa Date: Thu, 8 Jul 2010 21:57:41 +0900 Subject: [PATCH] --- yaml --- r: 201880 b: refs/heads/master c: 7e2deb7ce8f662bce877dbfd3b0053e9559c25a3 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/security/tomoyo/securityfs_if.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 0fe72d2e3c85..8589e6674230 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: af4f136056c984b0aa67feed7d3170b958370b2f +refs/heads/master: 7e2deb7ce8f662bce877dbfd3b0053e9559c25a3 diff --git a/trunk/security/tomoyo/securityfs_if.c b/trunk/security/tomoyo/securityfs_if.c index 9967c1c5c713..e43d5554b506 100644 --- a/trunk/security/tomoyo/securityfs_if.c +++ b/trunk/security/tomoyo/securityfs_if.c @@ -95,6 +95,7 @@ static const struct file_operations tomoyo_operations = { .poll = tomoyo_poll, .read = tomoyo_read, .write = tomoyo_write, + .llseek = noop_llseek, }; /**