aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
Diffstat (limited to 'security')
-rw-r--r--security/tomoyo/securityfs_if.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/tomoyo/securityfs_if.c b/security/tomoyo/securityfs_if.c
index 9967c1c5c713..e43d5554b506 100644
--- a/security/tomoyo/securityfs_if.c
+++ b/security/tomoyo/securityfs_if.c
@@ -95,6 +95,7 @@ static const struct file_operations tomoyo_operations = {
95 .poll = tomoyo_poll, 95 .poll = tomoyo_poll,
96 .read = tomoyo_read, 96 .read = tomoyo_read,
97 .write = tomoyo_write, 97 .write = tomoyo_write,
98 .llseek = noop_llseek,
98}; 99};
99 100
100/** 101/**