The patch titled Subject: fs/Kconfig: kill CONFIG_PERCPU_RWSEM some more has been added to the -mm tree. Its filename is fs-kill-config_percpu_rwsem-some-more.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/fs-kill-config_percpu_rwsem-some-more.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/fs-kill-config_percpu_rwsem-some-more.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/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Davidlohr Bueso <dave@xxxxxxxxxxxx> Subject: fs/Kconfig: kill CONFIG_PERCPU_RWSEM some more As of bf3eac84c42 ("percpu-rwsem: kill CONFIG_PERCPU_RWSEM") we unconditionally build pcpu-rwsems. Remove a leftover in for FILE_LOCKING. Link: http://lkml.kernel.org/r/20170518180115.2794-1-dave@xxxxxxxxxxxx Signed-off-by: Davidlohr Bueso <dbueso@xxxxxxx> Cc: Oleg Nesterov <oleg@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/Kconfig | 1 - 1 file changed, 1 deletion(-) diff -puN fs/Kconfig~fs-kill-config_percpu_rwsem-some-more fs/Kconfig --- a/fs/Kconfig~fs-kill-config_percpu_rwsem-some-more +++ a/fs/Kconfig @@ -80,7 +80,6 @@ config EXPORTFS_BLOCK_OPS config FILE_LOCKING bool "Enable POSIX file locking API" if EXPERT default y - select PERCPU_RWSEM help This option enables standard file locking support, required for filesystems like NFS and for the flock() system _ Patches currently in -mm which might be from dave@xxxxxxxxxxxx are lib-interval_tree_test-allow-the-module-to-be-compiled-in.patch lib-interval_tree_test-make-test-options-module-parameters.patch lib-interval_tree_test-allow-users-to-limit-scope-of-endpoint.patch lib-interval_tree_test-allow-full-tree-search.patch fs-kill-config_percpu_rwsem-some-more.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html