patch-2.3.43 linux/fs/hfs/dir_dbl.c
Next file: linux/fs/hfs/dir_nat.c
Previous file: linux/fs/hfs/dir_cap.c
Back to the patch index
Back to the overall index
- Lines: 37
- Date:
Thu Feb 10 12:16:58 2000
- Orig file:
v2.3.42/linux/fs/hfs/dir_dbl.c
- Orig date:
Fri Jan 7 19:13:22 2000
diff -u --recursive --new-file v2.3.42/linux/fs/hfs/dir_dbl.c linux/fs/hfs/dir_dbl.c
@@ -57,18 +57,9 @@
#define PCNT_ROOTINFO (&hfs_dbl_reserved2[1])
static struct file_operations hfs_dbl_dir_operations = {
- NULL, /* lseek - default */
- hfs_dir_read, /* read - invalid */
- NULL, /* write - bad */
- dbl_readdir, /* readdir */
- NULL, /* select - default */
- NULL, /* ioctl - default */
- NULL, /* mmap - none */
- NULL, /* no special open code */
- NULL, /* flush */
- NULL, /* no special release code */
- file_fsync, /* fsync - default */
- NULL, /* fasync - default */
+ read: hfs_dir_read,
+ readdir: dbl_readdir,
+ fsync: file_fsync,
};
struct inode_operations hfs_dbl_dir_inode_operations = {
@@ -82,14 +73,6 @@
dbl_rmdir, /* rmdir */
NULL, /* mknod */
dbl_rename, /* 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)