Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 135948
b: refs/heads/master
c: 296c2d8
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro committed Mar 27, 2009
1 parent 12e63a0 commit 15b8435
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: ee1ec32903fc3139af00ebc7ee483dabca3f4fa5
refs/heads/master: 296c2d86635bd6ecd8f282dfff18bb68fb4fc512
2 changes: 1 addition & 1 deletion trunk/fs/configfs/dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ static int configfs_d_delete(struct dentry *dentry)
return 1;
}

static struct dentry_operations configfs_dentry_ops = {
static const struct dentry_operations configfs_dentry_ops = {
.d_iput = configfs_d_iput,
/* simple_delete_dentry() isn't exported */
.d_delete = configfs_d_delete,
Expand Down

0 comments on commit 15b8435

Please sign in to comment.