patch-2.3.48 linux/fs/vfat/namei.c

Next file: linux/include/asm-alpha/atomic.h
Previous file: linux/fs/umsdos/rdir.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.47/linux/fs/vfat/namei.c linux/fs/vfat/namei.c
@@ -1266,16 +1266,13 @@
 
 /* Public inode operations for the VFAT fs */
 struct inode_operations vfat_dir_inode_operations = {
-	&fat_dir_operations,	/* default directory file-ops */
-	vfat_create,		/* create */
-	vfat_lookup,		/* lookup */
-	NULL,			/* link */
-	vfat_unlink,		/* unlink */
-	NULL,			/* symlink */
-	vfat_mkdir,		/* mkdir */
-	vfat_rmdir,		/* rmdir */
-	NULL,			/* mknod */
-	vfat_rename,		/* rename */
+	create:		vfat_create,
+	lookup:		vfat_lookup,
+	unlink:		vfat_unlink,
+	mkdir:		vfat_mkdir,
+	rmdir:		vfat_rmdir,
+	rename:		vfat_rename,
+	setattr:	fat_notify_change,
 };
 
 struct super_block *vfat_read_super(struct super_block *sb,void *data,

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