patch-2.3.43 linux/fs/fat/dir.c
Next file: linux/fs/fat/file.c
Previous file: linux/fs/fat/cache.c
Back to the patch index
Back to the overall index
-  Lines: 22
-  Date:
Wed Feb  9 11:42:35 2000
-  Orig file: 
v2.3.42/linux/fs/fat/dir.c
-  Orig date: 
Fri Jan 21 18:19:17 2000
diff -u --recursive --new-file v2.3.42/linux/fs/fat/dir.c linux/fs/fat/dir.c
@@ -41,17 +41,10 @@
 }
 
 struct file_operations fat_dir_operations = {
-	NULL,			/* lseek - default */
-	fat_dir_read,		/* read */
-	NULL,			/* write - bad */
-	fat_readdir,		/* readdir */
-	NULL,			/* select v2.0.x/poll v2.1.x - default */
-	fat_dir_ioctl,		/* ioctl - default */
-	NULL,			/* mmap */
-	NULL,			/* no special open code */
-	NULL,			/* flush */
-	NULL,			/* no special release code */
-	file_fsync		/* fsync */
+	read:		fat_dir_read,
+	readdir:	fat_readdir,
+	ioctl:		fat_dir_ioctl,
+	fsync:		file_fsync,
 };
 
 /*
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)