X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=fs%2Ffifo.c;h=4e303c22d5ee53613682530bd1705a0a3cec8382;hb=21e14266284bf448faabb4485895d72d8af1f2d8;hp=5d6606ffc2d28de7b94c4dc3bb04367ac6a57f93;hpb=6c9ae016a8e2aff931391d3baa9ce6cb0ffa633c;p=cascardo%2Flinux.git diff --git a/fs/fifo.c b/fs/fifo.c index 5d6606ffc2d2..4e303c22d5ee 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, };