patch-2.4.0-test10 linux/fs/umsdos/inode.c

Next file: linux/fs/vfat/namei.c
Previous file: linux/fs/super.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test9/linux/fs/umsdos/inode.c linux/fs/umsdos/inode.c
@@ -22,8 +22,8 @@
 
 extern struct dentry_operations umsdos_dentry_operations;
 
-struct dentry *saved_root = NULL;	/* Original root if changed */
-struct inode *pseudo_root = NULL;	/* Useful to simulate the pseudo DOS */
+struct dentry *saved_root;	/* Original root if changed */
+struct inode *pseudo_root;	/* Useful to simulate the pseudo DOS */
 					/* directory. See UMSDOS_readdir_x() */
 
 static struct dentry *check_pseudo_root(struct super_block *);

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