]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/adfs/dir.c
[PATCH] fix ->llseek() for a bunch of directories
[linux-2.6-omap-h63xx.git] / fs / adfs / dir.c
index fc1a8dc64d78a8c8fcd03533739fe83f4b10b25d..85a30e929800aea513f28f3e7dfd6827bb39814f 100644 (file)
@@ -197,6 +197,7 @@ out:
 
 const struct file_operations adfs_dir_operations = {
        .read           = generic_read_dir,
+       .llseek         = generic_file_llseek,
        .readdir        = adfs_readdir,
        .fsync          = file_fsync,
 };