diff --git a/[refs] b/[refs] index 11f9a23e70e7..e358f7aa4547 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7decd1cb0305b97243f283fa7f4baf5fe613edeb +refs/heads/master: 53472bc8f810d2fb507593ea03703670506a668d diff --git a/trunk/fs/fat/dir.c b/trunk/fs/fat/dir.c index a601c6d45bc0..931dd28b5289 100644 --- a/trunk/fs/fat/dir.c +++ b/trunk/fs/fat/dir.c @@ -832,6 +832,7 @@ static long fat_compat_dir_ioctl(struct file *filp, unsigned cmd, #endif /* CONFIG_COMPAT */ const struct file_operations fat_dir_operations = { + .llseek = generic_file_llseek, .read = generic_read_dir, .readdir = fat_readdir, .ioctl = fat_dir_ioctl,