diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-03-12 23:15:27 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-03-12 23:15:27 +0000 |
commit | ae38fd1e4c98588314a42097c5a5e77dcef23561 (patch) | |
tree | f9f10c203bb9e5fbad4810d1f8774c08dfad20ff /fs/hfs/sysdep.c | |
parent | 466a823d79f41d0713b272e48fd73e494b0588e0 (diff) |
Merge with Linux 2.3.50.
Diffstat (limited to 'fs/hfs/sysdep.c')
-rw-r--r-- | fs/hfs/sysdep.c | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/fs/hfs/sysdep.c b/fs/hfs/sysdep.c index fb68e9ab2..0caa01ad0 100644 --- a/fs/hfs/sysdep.c +++ b/fs/hfs/sysdep.c @@ -24,12 +24,10 @@ static int hfs_compare_dentry(struct dentry *, struct qstr *, struct qstr *); static void hfs_dentry_iput(struct dentry *, struct inode *); struct dentry_operations hfs_dentry_operations = { - hfs_revalidate_dentry, /* d_revalidate(struct dentry *) */ - hfs_hash_dentry, /* d_hash */ - hfs_compare_dentry, /* d_compare */ - NULL, /* d_delete(struct dentry *) */ - NULL, /* d_release(struct dentry *) */ - hfs_dentry_iput /* d_iput(struct dentry *, struct inode *) */ + d_revalidate: hfs_revalidate_dentry, + d_hash: hfs_hash_dentry, + d_compare: hfs_compare_dentry, + d_iput: hfs_dentry_iput, }; /* |