Messages in this thread |  | | Date | Tue, 3 Sep 2019 13:17:00 +0200 | From | Dominique Martinet <> | Subject | Re: [PATCH] 9p/vfs_super.c: Remove unused parameter data in v9fs_fill_super |
| |
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 <linux.bhar@gmail.com>
I just realized I had never replied to this patch - queued it today, as well as the other you had sent around the same period.
Sorry for the delay, and thanks for sending patches - I don't particularily care for cleanup like this one but it's always good to take.
-- Dominique
|  |