commit | 43cbcbee9938b17f77cf34f1bc12d302f456810f | [log] [tgz] |
---|---|---|
author | Tomas Bortoli <tomasbortoli@gmail.com> | Sat Aug 11 16:42:53 2018 +0200 |
committer | Dominique Martinet <dominique.martinet@cea.fr> | Sat Sep 08 01:39:47 2018 +0900 |
tree | 6ac611f448e0a6d257a8cf454862eab6835584fd | |
parent | 91a76be37ff89795526c452a6799576b03bec501 [diff] |
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>