Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 157136
b: refs/heads/master
c: 4f40383
h: refs/heads/master
v: v3
  • Loading branch information
Abhishek Kulkarni authored and Eric Van Hensbergen committed Aug 17, 2009
1 parent c895775 commit 0955207
Show file tree
Hide file tree
Showing 2 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: 02bc35672b2fdf251e264adca5407792f63191e4
refs/heads/master: 4f4038328da5eb9cc237b51d3fe68138fd3fea14
4 changes: 2 additions & 2 deletions trunk/fs/9p/vfs_super.c
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,8 @@ static void v9fs_kill_super(struct super_block *s)
static int v9fs_show_options(struct seq_file *m, struct vfsmount *mnt)
{
struct v9fs_session_info *v9ses = mnt->mnt_sb->s_fs_info;

seq_printf(m, "%s", v9ses->options);
if (v9ses->options != NULL)
seq_printf(m, ",%s", v9ses->options);
return 0;
}

Expand Down

0 comments on commit 0955207

Please sign in to comment.