aboutsummaryrefslogtreecommitdiff
path: root/fs/jbd/commit.c
diff options
context:
space:
mode:
authorAl Viro <[email protected]>2015-03-14 05:34:56 +0000
committerDavid S. Miller <[email protected]>2015-03-15 22:20:09 -0400
commit7d985ed1dca5c90535d67ce92ef6ca520302340a (patch)
tree5c2f66223b407b0c6ebcf3e1042c05c7b420643c /fs/jbd/commit.c
parent3eeff778e00c956875c70b145c52638c313dfb23 (diff)
rxrpc: bogus MSG_PEEK test in rxrpc_recvmsg()
[I would really like an ACK on that one from dhowells; it appears to be quite straightforward, but...] MSG_PEEK isn't passed to ->recvmsg() via msg->msg_flags; as the matter of fact, neither the kernel users of rxrpc, nor the syscalls ever set that bit in there. It gets passed via flags; in fact, another such check in the same function is done correctly - as flags & MSG_PEEK. It had been that way (effectively disabled) for 8 years, though, so the patch needs beating up - that case had never been tested. If it is correct, it's -stable fodder. Signed-off-by: Al Viro <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'fs/jbd/commit.c')
0 files changed, 0 insertions, 0 deletions