diff --git a/[refs] b/[refs] index 4d3417b88d1a..de2d55f25307 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 39e88fcfb1d5c6c4b1ff76ca2ab76cf449b850e8 +refs/heads/master: e25fbe380c4e3c09afa98bcdcd9d3921443adab8 diff --git a/trunk/fs/nfs/super.c b/trunk/fs/nfs/super.c index c25cadf8f8c4..2e7e8c878e5d 100644 --- a/trunk/fs/nfs/super.c +++ b/trunk/fs/nfs/super.c @@ -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)