X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=net%2F9p%2Ftrans_fd.c;h=cdf137af7adc87d580280fbbce9b3c2d64b9dc82;hb=a05d2ebab28011c2f3f520833f4bfdd2fd1b9c02;hp=4507f744f44e527cc140b6b5601e556c10bfd361;hpb=a8cac817764a494705aebd99fd51bdf6cdc28ec9;p=linux-2.6-omap-h63xx.git diff --git a/net/9p/trans_fd.c b/net/9p/trans_fd.c index 4507f744f44..cdf137af7ad 100644 --- a/net/9p/trans_fd.c +++ b/net/9p/trans_fd.c @@ -1285,7 +1285,7 @@ static int p9_socket_open(struct p9_trans *trans, struct socket *csocket) int fd, ret; csocket->sk->sk_allocation = GFP_NOIO; - fd = sock_map_fd(csocket); + fd = sock_map_fd(csocket, 0); if (fd < 0) { P9_EPRINTK(KERN_ERR, "p9_socket_open: failed to map fd\n"); return fd;