]> git.baikalelectronics.ru Git - kernel.git/commit
NFS: Fix up a typo in nfs_dns_ent_put
authorTrond Myklebust <trondmy@gmail.com>
Fri, 5 Oct 2018 14:27:20 +0000 (10:27 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Mon, 29 Oct 2018 20:58:04 +0000 (16:58 -0400)
commitd6eae40574a33bea8625edbb3a97967a3bbd79d1
treec66c2d0f57431d2b94daf4257c0fcd59eabe929d
parenta1c0b01b1ccbda6595ecc5eec35c81676fa83b9e
NFS: Fix up a typo in nfs_dns_ent_put

call_rcu() needs to take a first argument of type (struct rcu_head *).

Fixes: fd497f1e40d9 ("NFS: Lockless DNS lookups")
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfs/dns_resolve.c