mirror of
https://github.com/versity/scoutfs.git
synced 2026-09-24 08:54:45 +00:00
scoutfs: fix minor comment typos
Fix a few comment typos. Signed-off-by: Zach Brown <zab@versity.com>
This commit is contained in:
+1
-1
@@ -344,7 +344,7 @@ static inline u8 net_err_from_host(struct super_block *sb, int error)
|
||||
|
||||
/*
|
||||
* Shutdown the connection. This is called by many contexts including
|
||||
* work that most complete to finish shutting down. We queue specific
|
||||
* work that must complete to finish shutting down. We queue specific
|
||||
* shutdown work that can wait on all the connection's other work.
|
||||
* We're sure to only queue the shutdown work once.
|
||||
*/
|
||||
|
||||
+1
-1
@@ -3897,7 +3897,7 @@ static void queue_farewell_work(struct server_info *server)
|
||||
* response shuts down the connection.
|
||||
*
|
||||
* If a client reconnects they'll send their previously received
|
||||
* serer_term in their greeting request.
|
||||
* server_term in their greeting request.
|
||||
*
|
||||
* XXX The logic of this has gotten convoluted. The lock server can
|
||||
* send a recovery request so it needs to be called after the core net
|
||||
|
||||
Reference in New Issue
Block a user