]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/affs/dir.c
[PATCH] fix ->llseek() for a bunch of directories
[linux-2.6-omap-h63xx.git] / fs / affs / dir.c
index 6e3f282424b035a59b5add052ce5df098b90eb5f..7b36904dbeac6b4774a6816c7a368c5a61b46741 100644 (file)
@@ -19,6 +19,7 @@ static int affs_readdir(struct file *, void *, filldir_t);
 
 const struct file_operations affs_dir_operations = {
        .read           = generic_read_dir,
+       .llseek         = generic_file_llseek,
        .readdir        = affs_readdir,
        .fsync          = file_fsync,
 };