X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=fs%2Fcachefiles%2Fdaemon.c;h=0a1467b15516521569110c18e517a64ae07237e1;hb=d93c0c43bf7f257df28d22ce8b55ef925059dadf;hp=727caedcdd921142323e62eaf56c8cdeee5afed4;hpb=ee005577aa3b89f5291fe73be2054d375d23f5eb;p=firefly-linux-kernel-4.4.55.git diff --git a/fs/cachefiles/daemon.c b/fs/cachefiles/daemon.c index 727caedcdd92..0a1467b15516 100644 --- a/fs/cachefiles/daemon.c +++ b/fs/cachefiles/daemon.c @@ -55,6 +55,7 @@ const struct file_operations cachefiles_daemon_fops = { .read = cachefiles_daemon_read, .write = cachefiles_daemon_write, .poll = cachefiles_daemon_poll, + .llseek = noop_llseek, }; struct cachefiles_daemon_cmd {