Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 348315
b: refs/heads/master
c: e25fbe3
h: refs/heads/master
i:
  348313: 4ba54be
  348311: c36cd0f
v: v3
  • Loading branch information
Xi Wang authored and Trond Myklebust committed Jan 4, 2013
1 parent a0b9eb5 commit 7bbed91
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: 39e88fcfb1d5c6c4b1ff76ca2ab76cf449b850e8
refs/heads/master: e25fbe380c4e3c09afa98bcdcd9d3921443adab8
2 changes: 1 addition & 1 deletion trunk/fs/nfs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -1152,7 +1152,7 @@ static int nfs_get_option_str(substring_t args[], char **option)
{
kfree(*option);
*option = match_strdup(args);
return !option;
return !*option;
}

static int nfs_get_option_ul(substring_t args[], unsigned long *option)
Expand Down

0 comments on commit 7bbed91

Please sign in to comment.