Re: [PATCH] ext4: use private version of page_zero_new_buffers() for data=journal mode

2015-10-12 Thread Leonid V. Fedorenchik
On Fri, 9 Oct 2015 00:01:09 -0400 Theodore Ts'o wrote: > If there is a error while copying data from userspace into the page > cache during a write(2) system call, in data=journal mode, in > ext4_journalled_write_end() were using page_zero_new_buffers() from > fs/buffer.c. Unfortunately, this s

[PATCH] gconf: Unify exit dialog with the one from qconf

2015-05-21 Thread Leonid V. Fedorenchik
Make exit dialog more user-friendly and, at the same time, make it similar to the one from qconf. Signed-off-by: Leonid V. Fedorenchik --- scripts/kconfig/gconf.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/kconfig/gconf.c b/scripts/kconfig/gconf.c

Re: [PATCH] Documentation: Remove mentioning of block barriers

2015-03-23 Thread Leonid V. Fedorenchik
On Thu, 19 Mar 2015 14:57:27 -0600 Jonathan Corbet wrote: > On Fri, 13 Mar 2015 23:53:22 +0300 > "Leonid V. Fedorenchik" wrote: > > > Remove mentioning of block barriers since they were removed. > > Applied to the docs tree. Thank you. Regarding Jan Kara

[PATCH] Documentation: Remove mentioning of block barriers

2015-03-13 Thread Leonid V. Fedorenchik
Remove mentioning of block barriers since they were removed. Signed-off-by: Leonid V. Fedorenchik --- Documentation/block/biodoc.txt | 36 +--- 1 file changed, 9 insertions(+), 27 deletions(-) diff --git a/Documentation/block/biodoc.txt b/Documentation/block