Re: [Devel] [PATCH V2] fs/fuse: disable optimization fuse and kio_pcs in debug kernel

2018-06-08 Thread Pavel Butsykin
On 08.06.2018 14:58, Kirill Tkhai wrote: Please, always write description why we need this. This is very useful during kernel rebase. OK, I suggest the following commit message: Disabling code optimization for fuse/fuse_kio_pcs will be useful at the time of stabilization of these modules.

Re: [Devel] [PATCH V2] fs/fuse: disable optimization fuse and kio_pcs in debug kernel

2018-06-08 Thread Kirill Tkhai
Please, always write description why we need this. This is very useful during kernel rebase. On 08.06.2018 13:01, Pavel Butsykin wrote: > Signed-off-by: Pavel Butsykin Reviewed-by: Kirill Tkhai > --- > configs/kernel-3.10.0-x86_64-debug.config | 2 ++ > fs/fuse/Kconfig

[Devel] [PATCH V2] fs/fuse: disable optimization fuse and kio_pcs in debug kernel

2018-06-08 Thread Pavel Butsykin
Signed-off-by: Pavel Butsykin --- configs/kernel-3.10.0-x86_64-debug.config | 2 ++ fs/fuse/Kconfig | 6 ++ fs/fuse/Makefile | 22 ++ 3 files changed, 30 insertions(+) diff --git