X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=fs%2Ffifo.c;h=4e303c22d5ee53613682530bd1705a0a3cec8382;hb=e4dd65496f6d09cbf4372d69b3b079848fe82ce3;hp=5d6606ffc2d28de7b94c4dc3bb04367ac6a57f93;hpb=2144381da478cc4aa3a29ee29b0c5e6ddaaced14;p=~andy%2Flinux diff --git a/fs/fifo.c b/fs/fifo.c index 5d6606ffc2d..4e303c22d5e 100644 --- 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, };