]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
nfs: replace d_add with d_splice_alias in atomic_open
authorPeng Tao <tao.peng@primarydata.com>
Thu, 29 Jun 2017 13:34:50 +0000 (06:34 -0700)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Thu, 13 Jul 2017 20:00:14 +0000 (16:00 -0400)
commit774d9513a3f29048cce3ed5df3b0a0da9897678c
tree755c484fc36d165580c24e273af6008d6d5b3920
parent15a8b93fd5690de017ce665382ea45e5d61811a4
nfs: replace d_add with d_splice_alias in atomic_open

It's a trival change but follows knfsd export document that asks
for d_splice_alias during lookup.

Signed-off-by: Peng Tao <tao.peng@primarydata.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
fs/nfs/dir.c