Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 135938
b: refs/heads/master
c: 79be57c
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro committed Mar 27, 2009
1 parent 89ae98d commit 9ae0c78
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: 08f11513fa6f712506edb99327f7d051da9d860f
refs/heads/master: 79be57cc7fd25563c73ab26b0c28ff6ad0d618fc
2 changes: 1 addition & 1 deletion trunk/fs/afs/dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const struct inode_operations afs_dir_inode_operations = {
.setattr = afs_setattr,
};

static struct dentry_operations afs_fs_dentry_operations = {
static const struct dentry_operations afs_fs_dentry_operations = {
.d_revalidate = afs_d_revalidate,
.d_delete = afs_d_delete,
.d_release = afs_d_release,
Expand Down

0 comments on commit 9ae0c78

Please sign in to comment.