X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Fafs%2Fmntpt.c;h=6153417caf57e2b9219bbfdd40970c262b65fdcf;hb=56b85f32d530d09d6805488ad00775d4e0e3baab;hp=6d552686c498fae427e2b9408bd03e96e1153699;hpb=00527cc6bbcac05ab7d54c40bda1ff2a0625ab10;p=pandora-kernel.git diff --git a/fs/afs/mntpt.c b/fs/afs/mntpt.c index 6d552686c498..6153417caf57 100644 --- a/fs/afs/mntpt.c +++ b/fs/afs/mntpt.c @@ -29,6 +29,7 @@ static void afs_mntpt_expiry_timed_out(struct work_struct *work); const struct file_operations afs_mntpt_file_operations = { .open = afs_mntpt_open, + .llseek = noop_llseek, }; const struct inode_operations afs_mntpt_inode_operations = {