Re: [PATCH] 9p/vfs_super.c: Remove unused parameter data in v9fs_fill_super

2019-09-03 Thread Dominique Martinet
Bharath Vedartham wrote on Thu, May 23, 2019: > 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. > > Signed-off-by: Bharath Vedartham

[PATCH] 9p/vfs_super.c: Remove unused parameter data in v9fs_fill_super

2019-05-23 Thread Bharath Vedartham
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. Signed-off-by: Bharath Vedartham --- fs/9p/vfs_super.c | 4 ++-- 1 file changed, 2 insertio