patch-2.3.43 linux/fs/autofs/dir.c
Next file: linux/fs/autofs/init.c
Previous file: linux/fs/affs/symlink.c
Back to the patch index
Back to the overall index
- Lines: 32
- Date:
Thu Feb 10 12:16:57 2000
- Orig file:
v2.3.42/linux/fs/autofs/dir.c
- Orig date:
Fri Jan 7 19:13:22 2000
diff -u --recursive --new-file v2.3.42/linux/fs/autofs/dir.c linux/fs/autofs/dir.c
@@ -43,30 +43,12 @@
}
static struct file_operations autofs_dir_operations = {
- NULL, /* llseek */
- NULL, /* read */
- NULL, /* write */
- autofs_dir_readdir, /* readdir */
+ readdir: autofs_dir_readdir,
};
struct inode_operations autofs_dir_inode_operations = {
&autofs_dir_operations, /* file operations */
NULL, /* create */
autofs_dir_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 */
};
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)