Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9470
b: refs/heads/master
c: 192eaa2
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Sep 30, 2005
1 parent c42e382 commit a8362c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 1dd465cac8d3ba18a9840d032f6604147269c031
refs/heads/master: 192eaa28ba7b44485e521df7ba7a2ccbc4cc4d13
2 changes: 1 addition & 1 deletion trunk/fs/9p/vfs_super.c
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ static struct super_block *v9fs_get_sb(struct file_system_type

if ((newfid = v9fs_session_init(v9ses, dev_name, data)) < 0) {
dprintk(DEBUG_ERROR, "problem initiating session\n");
return newfid;
return ERR_PTR(newfid);
}

sb = sget(fs_type, NULL, v9fs_set_super, v9ses);
Expand Down

0 comments on commit a8362c4

Please sign in to comment.