]> git.baikalelectronics.ru Git - kernel.git/commit
convert ext4 to ->write_iter()
authorAl Viro <viro@zeniv.linux.org.uk>
Thu, 17 Apr 2014 20:09:22 +0000 (16:09 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 6 May 2014 21:39:36 +0000 (17:39 -0400)
commitdb08d4863eaf134d368a28730648785c29837d29
treec1e6f2ffef22003502bd8f118492b16ae03723bc
parent44fcd1590bf28c5e5c349ef8374add05d38e3647
convert ext4 to ->write_iter()

unfortunately, Ted's changes to ext4_file_write() are *still* an
incomplete fix - playing with rlimits can let you smuggle an
unaligned request past the checks.  So there almost certainly
will be more merge PITA around that place...

[fix from Peter Ujfalusi <peter.ujfalusi@ti.com> folded]

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/ext4/file.c