- patches.arch/x86_mce_intel_decode_physical_address.patch:
[linux-flexiantxendom0-3.2.10.git] / fs / smbfs / dir.c
index 3e4803b..00a70ca 100644 (file)
@@ -37,9 +37,10 @@ static int smb_link(struct dentry *, struct inode *, struct dentry *);
 
 const struct file_operations smb_dir_operations =
 {
+       .llseek         = generic_file_llseek,
        .read           = generic_read_dir,
        .readdir        = smb_readdir,
-       .ioctl          = smb_ioctl,
+       .unlocked_ioctl = smb_ioctl,
        .open           = smb_dir_open,
 };