Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 135944
b: refs/heads/master
c: 92cecbb
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro committed Mar 27, 2009
1 parent 5d1600c commit 2d3632c
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: ce6cdc474aa5bf4c1a7dc698d83bb0622846a81d
refs/heads/master: 92cecbbfa3785a944c733a284b77faee5b82b70c
2 changes: 1 addition & 1 deletion trunk/fs/gfs2/ops_dentry.c
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ static int gfs2_dhash(struct dentry *dentry, struct qstr *str)
return 0;
}

struct dentry_operations gfs2_dops = {
const struct dentry_operations gfs2_dops = {
.d_revalidate = gfs2_drevalidate,
.d_hash = gfs2_dhash,
};
Expand Down
2 changes: 1 addition & 1 deletion trunk/fs/gfs2/super.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ extern struct file_system_type gfs2_fs_type;
extern struct file_system_type gfs2meta_fs_type;
extern const struct export_operations gfs2_export_ops;
extern const struct super_operations gfs2_super_ops;
extern struct dentry_operations gfs2_dops;
extern const struct dentry_operations gfs2_dops;

#endif /* __SUPER_DOT_H__ */

0 comments on commit 2d3632c

Please sign in to comment.