From 1dbf34716c640ff99dc064344967d5a97304fd68 Mon Sep 17 00:00:00 2001 From: OGAWA Hirofumi Date: Thu, 6 Nov 2008 12:53:47 -0800 Subject: [PATCH] --- yaml --- r: 118453 b: refs/heads/master c: 53472bc8f810d2fb507593ea03703670506a668d h: refs/heads/master i: 118451: 9111400d64282ccbd2b39e5089e4bc79df71abc6 v: v3 --- [refs] | 2 +- trunk/fs/fat/dir.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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,