aboutsummaryrefslogtreecommitdiffstats
path: root/block
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2010-10-29 10:36:49 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2010-10-29 10:36:49 -0700
commit435f49a518c78eec8e2edbbadd912737246cbe20 (patch)
tree106df2617d42ace231e2fa9fcf1e0fd1075874ea /block
parentf56f44001cb5b40089deac094dbb74e5c9f64d81 (diff)
downloadkernel_samsung_smdk4412-435f49a518c78eec8e2edbbadd912737246cbe20.zip
kernel_samsung_smdk4412-435f49a518c78eec8e2edbbadd912737246cbe20.tar.gz
kernel_samsung_smdk4412-435f49a518c78eec8e2edbbadd912737246cbe20.tar.bz2
readv/writev: do the same MAX_RW_COUNT truncation that read/write does
We used to protect against overflow, but rather than return an error, do what read/write does, namely to limit the total size to MAX_RW_COUNT. This is not only more consistent, but it also means that any broken low-level read/write routine that still keeps counts in 'int' can't break. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'block')
0 files changed, 0 insertions, 0 deletions