[PATCH 10/10] staging: lustre: ldlm: Add a space in debug output

Greg Kroah-Hartman greg at kroah.com
Wed Nov 26 20:51:54 UTC 2014


On Sun, Nov 23, 2014 at 02:37:57PM +0100, Andreas Ruprecht wrote:
> A space which was forgotten in a CDEBUG output is added by this patch.
> 
> Signed-off-by: Andreas Ruprecht <rupran at einserver.de>
> ---
>  drivers/staging/lustre/lustre/ldlm/ldlm_request.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/staging/lustre/lustre/ldlm/ldlm_request.c b/drivers/staging/lustre/lustre/ldlm/ldlm_request.c
> index 13bee5a..e089c3d 100644
> --- a/drivers/staging/lustre/lustre/ldlm/ldlm_request.c
> +++ b/drivers/staging/lustre/lustre/ldlm/ldlm_request.c
> @@ -2254,7 +2254,7 @@ static void ldlm_cancel_unused_locks_for_replay(struct ldlm_namespace *ns)
>  	int canceled;
>  	LIST_HEAD(cancels);
>  
> -	CDEBUG(D_DLMTRACE, "Dropping as many unused locks as possible before"
> +	CDEBUG(D_DLMTRACE, "Dropping as many unused locks as possible before "
>  			   "replay for namespace %s (%d)\n",
>  			   ldlm_ns_name(ns), ns->ns_nr_unused);
>  
> -- 
> 1.9.1

Doesn't apply to my tree :(


More information about the devel mailing list