Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 135945
b: refs/heads/master
c: d8fba0f
h: refs/heads/master
i:
  135943: 5d1600c
v: v3
  • Loading branch information
Al Viro committed Mar 27, 2009
1 parent 2d3632c commit b6e3cff
Show file tree
Hide file tree
Showing 3 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: 92cecbbfa3785a944c733a284b77faee5b82b70c
refs/heads/master: d8fba0ffe5e7442fc2560873ec901be6e56602a1
2 changes: 1 addition & 1 deletion trunk/fs/ocfs2/dcache.c
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ void ocfs2_dentry_move(struct dentry *dentry, struct dentry *target,
d_move(dentry, target);
}

struct dentry_operations ocfs2_dentry_ops = {
const struct dentry_operations ocfs2_dentry_ops = {
.d_revalidate = ocfs2_dentry_revalidate,
.d_iput = ocfs2_dentry_iput,
};
2 changes: 1 addition & 1 deletion trunk/fs/ocfs2/dcache.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#ifndef OCFS2_DCACHE_H
#define OCFS2_DCACHE_H

extern struct dentry_operations ocfs2_dentry_ops;
extern const struct dentry_operations ocfs2_dentry_ops;

struct ocfs2_dentry_lock {
/* Use count of dentry lock */
Expand Down

0 comments on commit b6e3cff

Please sign in to comment.