]> git.ipfire.org Git - people/arne_f/kernel.git/blobdiff - fs/proc/task_mmu.c
llseek: automatically add .llseek fop
[people/arne_f/kernel.git] / fs / proc / task_mmu.c
index 271afc48b9a5d58dd2874d41f8a08dfcae644481..aa56920df3358431f533464901ff272ffc89d0cf 100644 (file)
@@ -539,6 +539,7 @@ static ssize_t clear_refs_write(struct file *file, const char __user *buf,
 
 const struct file_operations proc_clear_refs_operations = {
        .write          = clear_refs_write,
+       .llseek         = noop_llseek,
 };
 
 struct pagemapread {