diff options
author | Nick Piggin <nickpiggin@yahoo.com.au> | 2007-10-19 17:16:53 +1000 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2007-10-22 10:24:44 +0100 |
commit | 2a754b51aacb122cec25c849e3cf7f5503cc3ec6 (patch) | |
tree | 679a7b65a8a031904d2098d4133de07045ee0ca6 /drivers/char/cd1865.h | |
parent | c21f900cb8817009930e672d22a5b91e5b706351 (diff) |
[JFFS2] Fix return value from jffs2_write_end()
jffs2_write_end() is sometimes passing back a "written" length greater
than the length we passed into it, leading to a BUG at mm/filemap.c:1749
when used with unionfs.
It happens because we actually write more than was requested, to reduce
log fragmentation. These "longer" writes are fine, but they shouldn't
get propagated back to the vm/vfs.
Signed-off-by: Nick Piggin <npiggin@suse.de>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'drivers/char/cd1865.h')
0 files changed, 0 insertions, 0 deletions