mirror of
https://github.com/versity/scoutfs.git
synced 2026-02-07 03:00:44 +00:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user