]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/ncpfs/dir.c
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6
[karo-tx-linux.git] / fs / ncpfs / dir.c
index 92dde6f8d893b51a254e258dfd8942039a95ada6..9578cbe0cd589ad00ce590d60172c2433d16688e 100644 (file)
@@ -49,6 +49,7 @@ extern int ncp_symlink(struct inode *, struct dentry *, const char *);
                      
 const struct file_operations ncp_dir_operations =
 {
+       .llseek         = generic_file_llseek,
        .read           = generic_read_dir,
        .readdir        = ncp_readdir,
        .unlocked_ioctl = ncp_ioctl,