]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - fs/fifo.c
thp: fix page_referenced to modify mapcount/vm_flags only if page is found
[mv-sheeva.git] / fs / fifo.c
index 5d6606ffc2d28de7b94c4dc3bb04367ac6a57f93..4e303c22d5ee53613682530bd1705a0a3cec8382 100644 (file)
--- a/fs/fifo.c
+++ b/fs/fifo.c
@@ -151,4 +151,5 @@ err_nocleanup:
  */
 const struct file_operations def_fifo_fops = {
        .open           = fifo_open,    /* will set read_ or write_pipefifo_fops */
+       .llseek         = noop_llseek,
 };