X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=fs%2Fbfs%2Fdir.c;h=daae463068e4e45615ba4c2ef03000f99fdfed96;hb=3f9b5d4dda6d85aab33fef32e8351ddc34c81fb4;hp=ed8feb052df978fff85f0edaabee9fa17ce9609d;hpb=0d0f3ef248e359b7363830fbd6df23897bbd1ceb;p=linux-2.6-omap-h63xx.git diff --git a/fs/bfs/dir.c b/fs/bfs/dir.c index ed8feb052df..daae463068e 100644 --- a/fs/bfs/dir.c +++ b/fs/bfs/dir.c @@ -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 *);