The patch titled nfs: really return status from decode_recall_args() has been added to the -mm tree. Its filename is nfs-really-return-status-from-decode_recall_args.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: nfs: really return status from decode_recall_args() From: Alexey Dobriyan <adobriyan@xxxxxxxxx> Signed-off-by: Alexey Dobriyan <adobriyan@xxxxxxxxx> Cc: Trond Myklebust <trond.myklebust@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- fs/nfs/callback_xdr.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN fs/nfs/callback_xdr.c~nfs-really-return-status-from-decode_recall_args fs/nfs/callback_xdr.c --- 25/fs/nfs/callback_xdr.c~nfs-really-return-status-from-decode_recall_args Fri May 26 16:43:10 2006 +++ 25-akpm/fs/nfs/callback_xdr.c Fri May 26 16:43:10 2006 @@ -202,7 +202,7 @@ static unsigned decode_recall_args(struc status = decode_fh(xdr, &args->fh); out: dprintk("%s: exit with status = %d\n", __FUNCTION__, status); - return 0; + return status; } static unsigned encode_string(struct xdr_stream *xdr, unsigned int len, const char *str) _ Patches currently in -mm which might be from adobriyan@xxxxxxxxx are git-acpi.patch git-cifs.patch git-mtd.patch e1000-endian-fixes.patch nfs-really-return-status-from-decode_recall_args.patch x86-dont-trigger-full-rebuild-via-config_mtrr.patch dont-trigger-full-rebuild-via-config_x86_mce.patch remove-config_parport_arc-drivers-parport-parport_arcc.patch two-additions-to-linux-documentation-ioctl-numbertxt.patch more-bug_on-conversion.patch documentation-ioctl-messtxt-start-tree-wide-ioctl-registry.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