Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 231650
b: refs/heads/master
c: eb745db
h: refs/heads/master
v: v3
  • Loading branch information
Yang Ruirui authored and Al Viro committed Jan 17, 2011
1 parent 0e18579 commit d31ab7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b1e75df45a3d8a490b8648e44632debc5eea04b1
refs/heads/master: eb745dbccce56f1bbe3f80b95ad2a325145171c2
4 changes: 2 additions & 2 deletions trunk/drivers/staging/smbfs/dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -283,15 +283,15 @@ static int smb_compare_dentry(const struct dentry *,
unsigned int, const char *, const struct qstr *);
static int smb_delete_dentry(const struct dentry *);

static const struct dentry_operations smbfs_dentry_operations =
const struct dentry_operations smbfs_dentry_operations =
{
.d_revalidate = smb_lookup_validate,
.d_hash = smb_hash_dentry,
.d_compare = smb_compare_dentry,
.d_delete = smb_delete_dentry,
};

static const struct dentry_operations smbfs_dentry_operations_case =
const struct dentry_operations smbfs_dentry_operations_case =
{
.d_revalidate = smb_lookup_validate,
.d_delete = smb_delete_dentry,
Expand Down

0 comments on commit d31ab7f

Please sign in to comment.