Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 333188
b: refs/heads/master
c: ee34e13
h: refs/heads/master
v: v3
  • Loading branch information
Yanchuan Nian authored and Trond Myklebust committed Oct 1, 2012
1 parent bbdb951 commit d8f44a7
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: 4e266229dbb0782d91b75633322edd632794b86d
refs/heads/master: ee34e13620d0678d420ce50101aaef94ab81fc74
4 changes: 2 additions & 2 deletions trunk/fs/nfs/client.c
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@ static struct nfs_subversion *find_nfs_version(unsigned int version)
spin_unlock(&nfs_version_lock);
return nfs;
}
};
}

spin_unlock(&nfs_version_lock);
return ERR_PTR(-EPROTONOSUPPORT);;
return ERR_PTR(-EPROTONOSUPPORT);
}

struct nfs_subversion *get_nfs_version(unsigned int version)
Expand Down

0 comments on commit d8f44a7

Please sign in to comment.