The patch titled nfs: really return status from decode_recall_args() has been removed from the -mm tree. Its filename is nfs-really-return-status-from-decode_recall_args.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ 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 file 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 --- devel/fs/nfs/callback_xdr.c~nfs-really-return-status-from-decode_recall_args 2006-06-01 20:35:04.000000000 -0700 +++ devel-akpm/fs/nfs/callback_xdr.c 2006-06-01 20:35:04.000000000 -0700 @@ -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-block.patch git-ieee1394.patch git-libata-all.patch git-mtd.patch git-netdev-all.patch git-net.patch git-nfs.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 emu10k1-mark-midi_spinlock-as-used.patch nbd-endian-annotations.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