Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 42799
b: refs/heads/master
c: 736c4b8
h: refs/heads/master
i:
  42797: b815a22
  42795: b44124c
  42791: 9e6a1fc
  42783: ba7bbc3
v: v3
  • Loading branch information
Mika Kukkonen authored and Linus Torvalds committed Dec 7, 2006
1 parent 235730b commit 017aeb3
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: 3316eaa31e638d21dfa4a81a3322f8898981c591
refs/heads/master: 736c4b8572ac24b1e6fd58d00872305a120ac700
4 changes: 2 additions & 2 deletions trunk/fs/9p/vfs_inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ static int
v9fs_create(struct v9fs_session_info *v9ses, u32 pfid, char *name, u32 perm,
u8 mode, char *extension, u32 *fidp, struct v9fs_qid *qid, u32 *iounit)
{
u32 fid;
int fid;
int err;
struct v9fs_fcall *fcall;

Expand Down Expand Up @@ -310,7 +310,7 @@ static struct v9fs_fid*
v9fs_clone_walk(struct v9fs_session_info *v9ses, u32 fid, struct dentry *dentry)
{
int err;
u32 nfid;
int nfid;
struct v9fs_fid *ret;
struct v9fs_fcall *fcall;

Expand Down

0 comments on commit 017aeb3

Please sign in to comment.