Home
last modified time | relevance | path

Searched hist:a80f2d22 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/affs/
H A Dfile.ca80f2d22 Mon Apr 24 15:13:10 CDT 2017 Fabian Frederick <fabf@skynet.be> 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>
a80f2d22 Mon Apr 24 15:13:10 CDT 2017 Fabian Frederick <fabf@skynet.be> 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>