summaryrefslogtreecommitdiffstats
path: root/fs/smbfs
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-03-12 23:15:27 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-03-12 23:15:27 +0000
commitae38fd1e4c98588314a42097c5a5e77dcef23561 (patch)
treef9f10c203bb9e5fbad4810d1f8774c08dfad20ff /fs/smbfs
parent466a823d79f41d0713b272e48fd73e494b0588e0 (diff)
Merge with Linux 2.3.50.
Diffstat (limited to 'fs/smbfs')
-rw-r--r--fs/smbfs/dir.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/fs/smbfs/dir.c b/fs/smbfs/dir.c
index ca98fc9ca..91061a28f 100644
--- a/fs/smbfs/dir.c
+++ b/fs/smbfs/dir.c
@@ -172,10 +172,10 @@ static void smb_delete_dentry(struct dentry *);
static struct dentry_operations smbfs_dentry_operations =
{
- smb_lookup_validate, /* d_revalidate(struct dentry *) */
- smb_hash_dentry, /* d_hash */
- smb_compare_dentry, /* d_compare */
- smb_delete_dentry /* d_delete(struct dentry *) */
+ d_revalidate: smb_lookup_validate,
+ d_hash: smb_hash_dentry,
+ d_compare: smb_compare_dentry,
+ d_delete: smb_delete_dentry,
};
/*