The patch titled autofs-fix-error-code-path-in-autofs_fill_sb fix has been added to the -mm tree. Its filename is autofs-fix-error-code-path-in-autofs_fill_sb-fix.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: autofs-fix-error-code-path-in-autofs_fill_sb fix From: Ian Kent <raven@xxxxxxxxxx> Update descriptive comment also. Signed-off-by: Ian Kent <raven@xxxxxxxxxx> Cc: Jiri Kosina <jkosina@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- fs/autofs/inode.c | 3 ++- fs/autofs4/inode.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff -puN fs/autofs/inode.c~autofs-fix-error-code-path-in-autofs_fill_sb-fix fs/autofs/inode.c --- a/fs/autofs/inode.c~autofs-fix-error-code-path-in-autofs_fill_sb-fix +++ a/fs/autofs/inode.c @@ -28,7 +28,8 @@ void autofs_kill_sb(struct super_block * /* * In the event of a failure in get_sb_nodev the superblock * info is not present so nothing else has been setup, so - * just exit when we are called from deactivate_super. + * just call kill_anon_super when we are called from + * deactivate_super. */ if (!sbi) goto out_kill_sb; diff -puN fs/autofs4/inode.c~autofs-fix-error-code-path-in-autofs_fill_sb-fix fs/autofs4/inode.c --- a/fs/autofs4/inode.c~autofs-fix-error-code-path-in-autofs_fill_sb-fix +++ a/fs/autofs4/inode.c @@ -152,7 +152,8 @@ void autofs4_kill_sb(struct super_block /* * In the event of a failure in get_sb_nodev the superblock * info is not present so nothing else has been setup, so - * just exit when we are called from deactivate_super. + * just call kill_anon_super when we are called from + * deactivate_super. */ if (!sbi) goto out_kill_sb; _ Patches currently in -mm which might be from raven@xxxxxxxxxx are autofs-fix-error-code-path-in-autofs_fill_sb.patch autofs-fix-error-code-path-in-autofs_fill_sb-fix.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