]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/bfs/dir.c
[PATCH] fix ->llseek for more directories
[linux-2.6-omap-h63xx.git] / fs / bfs / dir.c
index ed8feb052df978fff85f0edaabee9fa17ce9609d..daae463068e4e45615ba4c2ef03000f99fdfed96 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 *);