patch-2.3.13 linux/fs/umsdos/dir.c

Next file: linux/fs/umsdos/emd.c
Previous file: linux/fs/umsdos/check.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.12/linux/fs/umsdos/dir.c linux/fs/umsdos/dir.c
@@ -393,7 +393,6 @@
 	inode->i_uid = entry->uid;
 	inode->i_gid = entry->gid;
 
-	MSDOS_I (inode)->i_binary = 1;
 	/* #Specification: umsdos / i_nlink
 	 * The nlink field of an inode is maintained by the MSDOS file system
 	 * for directory and by UMSDOS for other files.  The logic is that
@@ -832,8 +831,8 @@
 	UMSDOS_rename,		/* rename */
 	NULL,			/* readlink */
 	NULL,			/* followlink */
-	fat_bmap,		/* get_block */
-	block_read_full_page,	/* readpage */
+	NULL,			/* get_block */
+	NULL,			/* readpage */
 	NULL,			/* writepage */
 	NULL,			/* flushpage */
 	NULL,			/* truncate */

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