patch-2.4.9 linux/fs/bfs/file.c

Next file: linux/fs/buffer.c
Previous file: linux/fs/affs/file.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.8/linux/fs/bfs/file.c linux/fs/bfs/file.c
@@ -19,6 +19,7 @@
 #endif
 
 struct file_operations bfs_file_operations = {
+	llseek: generic_file_llseek,
 	read:	generic_file_read,
 	write:	generic_file_write,
 	mmap:	generic_file_mmap,

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)