summaryrefslogtreecommitdiffstats
path: root/arch/Kconfig
diff options
context:
space:
mode:
authorDan Carpenter2012-12-05 18:01:24 +0100
committerLinus Torvalds2012-12-05 19:32:59 +0100
commit27d7c2a006a81c04fab00b8cd81b99af3b32738d (patch)
treed04b7860b79d70b5c1ebedc964ffa1cc8fee261e /arch/Kconfig
parentMerge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/l... (diff)
downloadkernel-qcow2-linux-27d7c2a006a81c04fab00b8cd81b99af3b32738d.tar.gz
kernel-qcow2-linux-27d7c2a006a81c04fab00b8cd81b99af3b32738d.tar.xz
kernel-qcow2-linux-27d7c2a006a81c04fab00b8cd81b99af3b32738d.zip
vfs: clear to the end of the buffer on partial buffer reads
READ is zero so the "rw & READ" test is always false. The intended test was "((rw & RW_MASK) == READ)". Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/Kconfig')
0 files changed, 0 insertions, 0 deletions