patch-2.3.48 linux/fs/coda/pioctl.c

Next file: linux/fs/cramfs/inode.c
Previous file: linux/fs/coda/inode.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.47/linux/fs/coda/pioctl.c linux/fs/coda/pioctl.c
@@ -34,21 +34,8 @@
 /* exported from this file */
 struct inode_operations coda_ioctl_inode_operations =
 {
-	&coda_ioctl_operations,
-	NULL,	                /* create */
-	NULL,	                /* lookup */
-	NULL,	                /* link */
-	NULL,	                /* unlink */
-	NULL,	                /* symlink */
-	NULL,	                /* mkdir */
-	NULL,	                /* rmdir */
-	NULL,		        /* mknod */
-	NULL,		        /* rename */
-	NULL,	                /* readlink */
-	NULL,	                /* follow_link */
-	NULL,	                /* truncate */
-	coda_ioctl_permission,  /* permission */
-        NULL                    /* revalidate */
+	permission:	coda_ioctl_permission,
+	setattr:	coda_notify_change,
 };
 
 struct file_operations coda_ioctl_operations = {

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