aboutsummaryrefslogtreecommitdiff
path: root/arch/Kconfig
diff options
context:
space:
mode:
authorDan Carpenter <dan.carpenter@oracle.com>2012-12-05 20:01:24 +0300
committerLinus Torvalds <torvalds@linux-foundation.org>2012-12-05 10:32:59 -0800
commit27d7c2a006a81c04fab00b8cd81b99af3b32738d (patch)
treed04b7860b79d70b5c1ebedc964ffa1cc8fee261e /arch/Kconfig
parentdf2fc246c8ee8b6067af1fa55d3bc23107457f61 (diff)
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