[PATCH] fix ->llseek for more directories
[safe/jmp/linux-2.6] / fs / bfs / dir.c
index ed8feb0..daae463 100644 (file)
@@ -80,6 +80,7 @@ const struct file_operations bfs_dir_operations = {
        .read           = generic_read_dir,
        .readdir        = bfs_readdir,
        .fsync          = file_fsync,
+       .llseek         = generic_file_llseek,
 };
 
 extern void dump_imap(const char *, struct super_block *);