]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/hfsplus/dir.c
coda: use ilookup5
[linux-2.6-omap-h63xx.git] / fs / hfsplus / dir.c
index 80b5682a2273446f72ba062bd744f31800f1f36a..1955ee61251c670780ecae64b716c95f5653fa59 100644 (file)
@@ -36,6 +36,8 @@ static struct dentry *hfsplus_lookup(struct inode *dir, struct dentry *dentry,
        u16 type;
 
        sb = dir->i_sb;
+
+       dentry->d_op = &hfsplus_dentry_operations;
        dentry->d_fsdata = NULL;
        hfs_find_init(HFSPLUS_SB(sb).cat_tree, &fd);
        hfsplus_cat_build_key(sb, fd.search_key, dir->i_ino, &dentry->d_name);