Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 164359
b: refs/heads/master
c: ac4cfdd
h: refs/heads/master
i:
  164357: 7233e84
  164355: 8a7e498
  164351: 32bac53
v: v3
  • Loading branch information
Alexey Dobriyan authored and Linus Torvalds committed Sep 22, 2009
1 parent b7b4f3b commit 4be115d
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: b87221de6a4934eda856475a0065688d12973a04
refs/heads/master: ac4cfdd6d141c319a7af8655f750ed504c187a74
2 changes: 1 addition & 1 deletion trunk/fs/jffs2/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ static struct dentry *jffs2_get_parent(struct dentry *child)
return d_obtain_alias(jffs2_iget(child->d_inode->i_sb, pino));
}

static struct export_operations jffs2_export_ops = {
static const struct export_operations jffs2_export_ops = {
.get_parent = jffs2_get_parent,
.fh_to_dentry = jffs2_fh_to_dentry,
.fh_to_parent = jffs2_fh_to_parent,
Expand Down
2 changes: 1 addition & 1 deletion trunk/fs/nilfs2/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ nilfs_fh_to_parent(struct super_block *sb, struct fid *fid, int fh_len,
nilfs_nfs_get_inode);
}

static struct export_operations nilfs_export_ops = {
static const struct export_operations nilfs_export_ops = {
.fh_to_dentry = nilfs_fh_to_dentry,
.fh_to_parent = nilfs_fh_to_parent,
.get_parent = nilfs_get_parent,
Expand Down

0 comments on commit 4be115d

Please sign in to comment.