]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - fs/cachefiles/daemon.c
llseek: automatically add .llseek fop
[net-next-2.6.git] / fs / cachefiles / daemon.c
index 727caedcdd921142323e62eaf56c8cdeee5afed4..0a1467b15516521569110c18e517a64ae07237e1 100644 (file)
@@ -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 {