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 <zab@versity.com>
This commit is contained in:
Zach Brown
2018-10-31 12:23:35 -07:00
parent 91d190622d
commit 8fedfef1cc

View File

@@ -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,