summaryrefslogtreecommitdiff
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@ppc970.osdl.org>2005-02-14 20:59:34 -0800
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-02-14 20:59:34 -0800
commite6d7bb28b556f3a2c50fc8def9ef7b49e7cc694f (patch)
tree5581864845a9c607b257d4a6e16cd9c3388152f1 /net/unix/af_unix.c
parent15fb56f4613db5995f5df54eed0d7b1fea8ee064 (diff)
Fix bogus opost buffer size check
Noted while going through the n_tty code: that buffer check used to check against the size of the temporary kernel buffer, but since the tty layer was changed to use kernel buffers though-out, the kernel buffer array became just a pointer, and the check was limiting the opost blocksize to the size of a pointer, which makes no sense. Just remove it, since now the whole buffer is always in kernel space.
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions