9p/vfs_super.c: Remove unused parameter data in v9fs_fill_super
authorBharath Vedartham <linux.bhar@gmail.com>
Thu, 23 May 2019 16:56:20 +0000 (22:26 +0530)
committerDominique Martinet <dominique.martinet@cea.fr>
Tue, 3 Sep 2019 11:10:13 +0000 (11:10 +0000)
commitaafee43b72863f1f70aeaf1332d049916e8df239
treee6f05b3918b6853c080480e8de7dc65533e05835
parent962a991c5de18452d6c429d99f3039387cf5cbb0
9p/vfs_super.c: Remove unused parameter data in v9fs_fill_super

v9fs_fill_super has a param 'void *data' which is unused in the
function.

This patch removes the 'void *data' param in v9fs_fill_super and changes
the parameters in all function calls of v9fs_fill_super.

Link: http://lkml.kernel.org/r/20190523165619.GA4209@bharath12345-Inspiron-5559
Signed-off-by: Bharath Vedartham <linux.bhar@gmail.com>
Signed-off-by: Dominique Martinet <dominique.martinet@cea.fr>
fs/9p/vfs_super.c