From: Benny Halevy <bhalevy@xxxxxxxxxx> Signed-off-by: Benny Halevy <bhalevy@xxxxxxxxxx> --- fs/nfsd/bl_ops.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/nfsd/bl_ops.c b/fs/nfsd/bl_ops.c index 5f20b90..52ac073 100644 --- a/fs/nfsd/bl_ops.c +++ b/fs/nfsd/bl_ops.c @@ -1303,8 +1303,8 @@ struct list_head * set_fs(old_fs); if (rval || !fei->fi_extents_mapped) { - dprintk(" No extents. Wanted %d, got %d\n", - fei->fi_extents_max, fei->fi_extents_mapped); + dprintk(" No extents. Wanted %d, got %d: rval=%d\n", + fei->fi_extents_max, fei->fi_extents_mapped, rval); kfree(fe); fei->fi_extents_start = NULL; return False; -- 1.7.6 -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html