Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 135942
b: refs/heads/master
c: 4269590
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro committed Mar 27, 2009
1 parent 00b4ad3 commit f9f6731
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: d72f71eb0edd629c95715aa7305b0259d3581e34
refs/heads/master: 4269590a72934bb901b33b686e20605bf66653c4
2 changes: 1 addition & 1 deletion trunk/fs/fuse/dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ static int invalid_nodeid(u64 nodeid)
return !nodeid || nodeid == FUSE_ROOT_ID;
}

struct dentry_operations fuse_dentry_operations = {
const struct dentry_operations fuse_dentry_operations = {
.d_revalidate = fuse_dentry_revalidate,
};

Expand Down
2 changes: 1 addition & 1 deletion trunk/fs/fuse/fuse_i.h
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ static inline u64 get_node_id(struct inode *inode)
/** Device operations */
extern const struct file_operations fuse_dev_operations;

extern struct dentry_operations fuse_dentry_operations;
extern const struct dentry_operations fuse_dentry_operations;

/**
* Get a filled in inode
Expand Down

0 comments on commit f9f6731

Please sign in to comment.