nilfs2: allow nilfs_dirty_inode to mark metadata file inodes dirty
[deliverable/linux.git] / 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)
This page took 0.034244 seconds and 5 git commands to generate.