[Devel] [PATCH] kio_pcs: Compact the logs and make eyes happy
Pavel Butsykin
pbutsykin at virtuozzo.com
Fri Nov 30 17:35:46 MSK 2018
Would you like to fix all FUSE_KTRACE's in the kernel? I see a few more
FUSE_KTRACE with '\n'.
On 30.11.2018 17:23, Pavel Emelianov wrote:
> After a recent (b)log (re)work it was noticed that some extra \n-s crept
> into the classical log files. Indeed, the pstorage TRACE() call appends a
> \n at the end of each message and so does the kernel code.
>
> Sorry for inconvenience.
>
> https://pmc.acronis.com/browse/VSTOR-18383
>
> Signed-off-by: Pavel Emelyanov <xemul at virtuozzo.com>
>
> ---
>
> diff --git a/fs/fuse/kio/pcs/pcs_map.c b/fs/fuse/kio/pcs/pcs_map.c
> index 4596454..34fa88c 100644
> --- a/fs/fuse/kio/pcs/pcs_map.c
> +++ b/fs/fuse/kio/pcs/pcs_map.c
> @@ -1946,7 +1946,7 @@ static int pcs_cslist_submit_read(struct pcs_int_request *ireq, struct pcs_cs_li
> WRITE_ONCE(csl->read_index, i);
> WRITE_ONCE(csl->select_stamp, jiffies);
>
> - FUSE_KTRACE(ireq->cc->fc, "Selected read map " MAP_FMT " to CS" NODE_FMT "; is_seq=%d\n", MAP_ARGS(ireq->iochunk.map),
> + FUSE_KTRACE(ireq->cc->fc, "Selected read map " MAP_FMT " to CS" NODE_FMT "; is_seq=%d", MAP_ARGS(ireq->iochunk.map),
> NODE_ARGS(csl->cs[i].cslink.cs->id), is_seq);
> pcs_flow_bind_cs(ireq->iochunk.flow, csl->cs[i].cslink.cs);
> }
>
More information about the Devel
mailing list