From 8fedfef1ccb6fc467fa0399d86ec2eb797f35a93 Mon Sep 17 00:00:00 2001 From: Zach Brown Date: Wed, 31 Oct 2018 12:23:35 -0700 Subject: [PATCH] scoutfs: remove stale net response data comment There was a time when responding with an error wouldn't include the caller's data payload. That hasn't been the case since we added compaction network requests which include a reference to the compaction operation with the error response. Signed-off-by: Zach Brown --- kmod/src/net.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/kmod/src/net.c b/kmod/src/net.c index da97665e..d67c2db1 100644 --- a/kmod/src/net.c +++ b/kmod/src/net.c @@ -1326,9 +1326,6 @@ int scoutfs_net_submit_request_node(struct super_block *sb, * Send a response. Responses don't get callbacks and use the request's * id so caller's don't need to get an id in return. * - * The data payload is ignored if an error is sent so that callers have - * simple processing exit paths. - * * An error is returned if the response could not be sent. */ int scoutfs_net_response(struct super_block *sb,