[AF_UNIX]: Use lookup_create().
authorChristoph Hellwig <hch@lst.de>
Thu, 19 May 2005 19:26:43 +0000 (12:26 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 19 May 2005 19:26:43 +0000 (12:26 -0700)
commitf81a0bffa116ea22149aa7cfb0b4ee09096d9d92
tree2266a1ee3719bc62caa9dfd88b16195bc8a79cc4
parent2fdba6b085eb7068e9594cfa55ffe40466184b4d
[AF_UNIX]: Use lookup_create().

currently it opencodes it, but that's in the way of chaning the
lookup_hash interface.

I'd prefer to disallow modular af_unix over exporting lookup_create,
but I'll leave that to you.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
fs/namei.c
net/unix/af_unix.c