X-Git-Url: http://git.samba.org/samba.git/?a=blobdiff_plain;f=fs%2Fnotify%2Ffanotify%2Ffanotify_user.c;h=bbcb98e7fcc611d692e9d85c4c74dd742d417507;hb=6038f373a3dc1f1c26496e60b6c40b164716f07e;hp=5ed8e58d7bfc316f44c056e6208c3787dbc5f445;hpb=f2955b490b249ca56e465fd32cc355f84aedf8bd;p=sfrench%2Fcifs-2.6.git diff --git a/fs/notify/fanotify/fanotify_user.c b/fs/notify/fanotify/fanotify_user.c index 5ed8e58d7bfc..bbcb98e7fcc6 100644 --- a/fs/notify/fanotify/fanotify_user.c +++ b/fs/notify/fanotify/fanotify_user.c @@ -433,6 +433,7 @@ static const struct file_operations fanotify_fops = { .release = fanotify_release, .unlocked_ioctl = fanotify_ioctl, .compat_ioctl = fanotify_ioctl, + .llseek = noop_llseek, }; static void fanotify_free_mark(struct fsnotify_mark *fsn_mark)