The patch titled Subject: coda: add __init to init_coda_psdev() has been added to the -mm tree. Its filename is coda-add-__init-to-init_coda_psdev.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/coda-add-__init-to-init_coda_psdev.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/coda-add-__init-to-init_coda_psdev.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Fabian Frederick <fabf@xxxxxxxxx> Subject: coda: add __init to init_coda_psdev() init_coda_psdev() was only called by __init function. Link: http://lkml.kernel.org/r/a12a5a135fa6b0ea997e1a0af4be0a235c463a24.1558117389.git.jaharkes@xxxxxxxxxx Signed-off-by: Fabian Frederick <fabf@xxxxxxxxx> Signed-off-by: Jan Harkes <jaharkes@xxxxxxxxxx> Cc: Arnd Bergmann <arnd@xxxxxxxx> Cc: Colin Ian King <colin.king@xxxxxxxxxxxxx> Cc: Dan Carpenter <dan.carpenter@xxxxxxxxxx> Cc: David Howells <dhowells@xxxxxxxxxx> Cc: Mikko Rapeli <mikko.rapeli@xxxxxx> Cc: Sam Protsenko <semen.protsenko@xxxxxxxxxx> Cc: Yann Droneaud <ydroneaud@xxxxxxxxxx> Cc: Zhouyang Jia <jiazhouyang09@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/coda/psdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/fs/coda/psdev.c~coda-add-__init-to-init_coda_psdev +++ a/fs/coda/psdev.c @@ -361,7 +361,7 @@ static const struct file_operations coda .llseek = noop_llseek, }; -static int init_coda_psdev(void) +static int __init init_coda_psdev(void) { int i, err = 0; if (register_chrdev(CODA_PSDEV_MAJOR, "coda", &coda_psdev_fops)) { _ Patches currently in -mm which might be from fabf@xxxxxxxxx are coda-destroy-mutex-in-put_super.patch coda-use-size-for-stat.patch coda-add-__init-to-init_coda_psdev.patch coda-remove-sysctl-object-from-module-when-unused.patch coda-remove-sb-test-in-coda_fid_to_inode.patch coda-ftoc-validity-check-integration.patch