commit | 59af1584bf33810639cb98d79856021253e2177c | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sun Aug 24 07:24:41 2008 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Aug 25 01:18:09 2008 -0400 |
tree | dbb7261a2abdef5f1716b27417f8b2b61d42b418 | |
parent | 8f3f655da7288504c1013621090ecc940173ae1c [diff] [blame] |
[PATCH] fix ->llseek() for a bunch of directories Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
diff --git a/fs/9p/vfs_dir.c b/fs/9p/vfs_dir.c index 88e3787..e298fe1 100644 --- a/fs/9p/vfs_dir.c +++ b/fs/9p/vfs_dir.c
@@ -119,6 +119,7 @@ const struct file_operations v9fs_dir_operations = { .read = generic_read_dir, + .llseek = generic_file_llseek, .readdir = v9fs_dir_readdir, .open = v9fs_file_open, .release = v9fs_dir_release,