fs/: do not fallback to default_llseek() when readdir() uses BKL
[deliverable/linux.git] / fs / smbfs / dir.c
index 6c978428892d4de01c406a8abf3d7cc914fe8f5e..00a70cab1f36ea7fc7bd96317d4bccdd8486a736 100644 (file)
@@ -37,6 +37,7 @@ 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,
        .unlocked_ioctl = smb_ioctl,
This page took 0.023693 seconds and 5 git commands to generate.