Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 135947
b: refs/heads/master
c: ee1ec32
h: refs/heads/master
i:
  135945: b6e3cff
  135943: 5d1600c
v: v3
  • Loading branch information
Al Viro committed Mar 27, 2009
1 parent be11008 commit 12e63a0
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: ad28b4ef1937b11432cd64fe1ebad714f8e253bd
refs/heads/master: ee1ec32903fc3139af00ebc7ee483dabca3f4fa5
2 changes: 1 addition & 1 deletion trunk/fs/sysfs/dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ static void sysfs_d_iput(struct dentry * dentry, struct inode * inode)
iput(inode);
}

static struct dentry_operations sysfs_dentry_ops = {
static const struct dentry_operations sysfs_dentry_ops = {
.d_iput = sysfs_d_iput,
};

Expand Down

0 comments on commit 12e63a0

Please sign in to comment.