The patch titled Subject: nilfs2: nilfs_sysfs_create_mounted_snapshots_group can be static has been removed from the -mm tree. Its filename was nilfs2-integrate-sysfs-support-into-driver-fix.patch This patch was dropped because it was folded into nilfs2-integrate-sysfs-support-into-driver.patch ------------------------------------------------------ From: Fengguang Wu <fengguang.wu@xxxxxxxxx> Subject: nilfs2: nilfs_sysfs_create_mounted_snapshots_group can be static Signed-off-by: Fengguang Wu <fengguang.wu@xxxxxxxxx> Cc: Vyacheslav Dubeyko <Vyacheslav.Dubeyko@xxxxxxxx> Cc: Johannes Weiner <hannes@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/nilfs2/sysfs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -puN fs/nilfs2/sysfs.c~nilfs2-integrate-sysfs-support-into-driver-fix fs/nilfs2/sysfs.c --- a/fs/nilfs2/sysfs.c~nilfs2-integrate-sysfs-support-into-driver-fix +++ a/fs/nilfs2/sysfs.c @@ -87,7 +87,7 @@ static struct kobj_type nilfs_##name##_k }; #define NILFS_DEV_INT_GROUP_FNS(name, parent_name) \ -int nilfs_sysfs_create_##name##_group(struct the_nilfs *nilfs) \ +static int nilfs_sysfs_create_##name##_group(struct the_nilfs *nilfs) \ { \ struct kobject *parent; \ struct kobject *kobj; \ @@ -106,7 +106,7 @@ int nilfs_sysfs_create_##name##_group(st return err; \ return 0; \ } \ -void nilfs_sysfs_delete_##name##_group(struct the_nilfs *nilfs) \ +static void nilfs_sysfs_delete_##name##_group(struct the_nilfs *nilfs) \ { \ kobject_del(&nilfs->ns_##parent_name##_subgroups->sg_##name##_kobj); \ } _ Patches currently in -mm which might be from fengguang.wu@xxxxxxxxx are origin.patch fs-befs-linuxvfsc-check-superblock-before-dump-operation.patch nilfs2-integrate-sysfs-support-into-driver.patch mmap_vmcore-skip-non-ram-pages-reported-by-hypervisors-v4-fix.patch mmap_vmcore-skip-non-ram-pages-reported-by-hypervisors-v4-fix-fix.patch lib-scatterlist-make-arch_has_sg_chain-an-actual-kconfig-fix.patch lib-scatterlist-make-arch_has_sg_chain-an-actual-kconfig-fix-2.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