patch-2.3.48 linux/fs/hfs/dir.c

Next file: linux/fs/hfs/dir_cap.c
Previous file: linux/fs/file_table.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.47/linux/fs/hfs/dir.c linux/fs/hfs/dir.c
@@ -157,19 +157,6 @@
 /*================ Global functions ================*/
 
 /*
- * hfs_dir_read()
- *
- * This is the read() entry in the file_operations structure for HFS
- * directories.	 It simply returns an error code, since reading is not
- * supported.
- */
-hfs_rwret_t hfs_dir_read(struct file * filp, char *buf,
-			 hfs_rwarg_t count, loff_t *ppos)
-{
-	return -EISDIR;
-}
-
-/*
  * hfs_create()
  *
  * This is the create() entry in the inode_operations structure for

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