patch-2.3.43 linux/fs/isofs/dir.c
Next file: linux/fs/isofs/file.c
Previous file: linux/fs/isofs/Makefile
Back to the patch index
Back to the overall index
- Lines: 40
- Date:
Thu Feb 10 12:16:58 2000
- Orig file:
v2.3.42/linux/fs/isofs/dir.c
- Orig date:
Tue Dec 7 09:32:47 1999
diff -u --recursive --new-file v2.3.42/linux/fs/isofs/dir.c linux/fs/isofs/dir.c
@@ -28,16 +28,7 @@
static struct file_operations isofs_dir_operations =
{
- NULL, /* lseek - default */
- NULL, /* read */
- NULL, /* write - bad */
- isofs_readdir, /* readdir */
- NULL, /* poll - default */
- NULL, /* ioctl - default */
- NULL, /* no special open code */
- NULL, /* flush */
- NULL, /* no special release code */
- NULL /* fsync */
+ readdir: isofs_readdir,
};
/*
@@ -48,21 +39,6 @@
&isofs_dir_operations, /* default directory file-ops */
NULL, /* create */
isofs_lookup, /* lookup */
- NULL, /* link */
- NULL, /* unlink */
- NULL, /* symlink */
- NULL, /* mkdir */
- NULL, /* rmdir */
- NULL, /* mknod */
- NULL, /* rename */
- NULL, /* readlink */
- NULL, /* follow_link */
- NULL, /* get_block */
- NULL, /* readpage */
- NULL, /* writepage */
- NULL, /* truncate */
- NULL, /* permission */
- NULL /* revalidate */
};
static int isofs_name_translate(char * old, int len, char * new)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)