Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 153627
b: refs/heads/master
c: 18fc316
h: refs/heads/master
i:
  153625: 88b57be
  153623: 9c9bf5f
v: v3
  • Loading branch information
Chuck Lever authored and Trond Myklebust committed Jun 18, 2009
1 parent 2fb2440 commit d62535e
Show file tree
Hide file tree
Showing 2 changed files with 4 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: a21bdd9b960ccce421b63aa0e3efda4fcdc26f10
refs/heads/master: 18fc31641925867c871bc75270ce642c039188d3
4 changes: 3 additions & 1 deletion trunk/fs/nfs/callback.c
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,9 @@ int nfs_callback_up(void)
nfs_callback_tcpport6 = ret;
dprintk("NFS: Callback listener port = %u (af %u)\n",
nfs_callback_tcpport6, PF_INET6);
} else if (ret != -EAFNOSUPPORT)
} else if (ret == -EAFNOSUPPORT)
ret = 0;
else
goto out_err;
#endif /* defined(CONFIG_IPV6) || defined(CONFIG_IPV6_MODULE) */

Expand Down

0 comments on commit d62535e

Please sign in to comment.