]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/ncpfs/dir.c
Merge branch 'ixp4xx' of git://git.kernel.org/pub/scm/linux/kernel/git/chris/linux-2.6
[karo-tx-linux.git] / fs / ncpfs / dir.c
index 7edfcd4d5e524b5ad1ace0f64a11f508437ef5c9..9578cbe0cd589ad00ce590d60172c2433d16688e 100644 (file)
@@ -49,9 +49,10 @@ 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,
-       .ioctl          = ncp_ioctl,
+       .unlocked_ioctl = ncp_ioctl,
 #ifdef CONFIG_COMPAT
        .compat_ioctl   = ncp_compat_ioctl,
 #endif