]> Pileus Git - ~andy/linux/blobdiff - fs/timerfd.c
cifs: replace /proc/fs/cifs/Experimental with a module parm
[~andy/linux] / fs / timerfd.c
index b86ab8eff79ac8f36ace73c604e554cb4efa8820..8c4fc1425b3eff171bd37b9e1bed290b93473e11 100644 (file)
@@ -144,6 +144,7 @@ static const struct file_operations timerfd_fops = {
        .release        = timerfd_release,
        .poll           = timerfd_poll,
        .read           = timerfd_read,
+       .llseek         = noop_llseek,
 };
 
 static struct file *timerfd_fget(int fd)