From 2507a4fbd48a96bc4236e584252635f8539079df Mon Sep 17 00:00:00 2001 From: Al Viro Date: Tue, 8 Oct 2013 09:11:48 -0400 Subject: [PATCH] make dump_emit() use vfs_write() instead of banging at ->f_op->write directly ... and deal with short writes properly - the output might be to pipe, after all; as it is, e.g. no-MMU case of elf_fdpic coredump can write a whole lot more than a page worth of data at one call. Signed-off-by: Al Viro --- Reading git-format-patch failed