summaryrefslogtreecommitdiffstats
path: root/fs/hfs/dir.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/hfs/dir.c')
-rw-r--r--fs/hfs/dir.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/fs/hfs/dir.c b/fs/hfs/dir.c
index 6d1110096..40f8d2e5f 100644
--- a/fs/hfs/dir.c
+++ b/fs/hfs/dir.c
@@ -157,19 +157,6 @@ static inline void mark_inodes_deleted(struct hfs_cat_entry *entry,
/*================ 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