Fabian Frederick a80f2d2224 fs/affs: bugfix: Write files greater than page size on OFS
Previous AFFS patch fixed OFS write operations but unveiled
another bug: files greater than 4KB are being created with a wrong
size resulting in errors like the following:

dd if=/dev/zero of=file bs=4097 count=1
cp file /mnt/affs/
cp: error writing '/mnt/affs/file': Bad address

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2017-04-26 23:54:06 -04:00
..
2017-02-27 18:43:46 -08:00
2017-03-31 12:29:03 -07:00
2017-02-27 18:43:46 -08:00
2017-04-08 00:47:49 -07:00
2017-02-27 18:43:46 -08:00
2017-01-30 16:32:25 -08:00
2017-02-27 18:43:46 -08:00