9p: rename p9_free_req() function
authorTomas Bortoli <tomasbortoli@gmail.com>
Sat, 11 Aug 2018 14:42:53 +0000 (16:42 +0200)
committerDominique Martinet <dominique.martinet@cea.fr>
Fri, 7 Sep 2018 16:39:47 +0000 (01:39 +0900)
commit43cbcbee9938b17f77cf34f1bc12d302f456810f
tree6ac611f448e0a6d257a8cf454862eab6835584fd
parent91a76be37ff89795526c452a6799576b03bec501
9p: rename p9_free_req() function

In sight of the next patch to add a refcount in p9_req_t, rename
the p9_free_req() function in p9_release_req().

In the next patch the actual kfree will be moved to another function.

Link: http://lkml.kernel.org/r/20180811144254.23665-1-tomasbortoli@gmail.com
Signed-off-by: Tomas Bortoli <tomasbortoli@gmail.com>
Acked-by: Jun Piao <piaojun@huawei.com>
Signed-off-by: Dominique Martinet <dominique.martinet@cea.fr>
net/9p/client.c