The patch titled Build fails - in nsfd/vfs.c has been added to the -mm tree. Its filename is nfsd-fix-wrong-mnt_writer-count-in-rename-fix.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: Build fails - in nsfd/vfs.c From: Kamalesh Babulal <kamalesh@xxxxxxxxxxxxxxxxxx> The Kernel build fails, with error CC fs/nfsd/vfs.o fs/nfsd/vfs.c: In function `nfsd_rename': fs/nfsd/vfs.c:1695: error: request for member `mnt' in something not a structure or union make[2]: *** [fs/nfsd/vfs.o] Error 1 make[1]: *** [fs/nfsd] Error 2 make: *** [fs] Error 2 Signed-off-by: Kamalesh Babulal <kamalesh@xxxxxxxxxxxxxxxxxx> Cc: Dave Hansen <haveblue@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/nfsd/vfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN fs/nfsd/vfs.c~nfsd-fix-wrong-mnt_writer-count-in-rename-fix fs/nfsd/vfs.c --- a/fs/nfsd/vfs.c~nfsd-fix-wrong-mnt_writer-count-in-rename-fix +++ a/fs/nfsd/vfs.c @@ -1688,7 +1688,7 @@ nfsd_rename(struct svc_rqst *rqstp, stru if (!host_err) host_err = nfsd_sync_dir(fdentry); } - mnt_drop_write(ffhp->fh_export->ex_path.mnt); + mnt_drop_write(ffhp->fh_export->ex_mnt); out_dput_new: dput(ndentry); _ Patches currently in -mm which might be from kamalesh@xxxxxxxxxxxxxxxxxx are chipsfb-uses-depends-on-pci.patch export-acpi_check_resource_conflict.patch fix-gregkh-driver-kobject-clean-up-rpadlpar-horrid-sysfs-abuse.patch config_highpte-vs-sub-page-page-tables-fix.patch nfsd-fix-wrong-mnt_writer-count-in-rename-fix.patch add-dma-engine-driver-for-freescale-mpc85xx-processors-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