@@ -827,7 +827,7 @@ static void destroy_reply_info(struct ceph_mds_reply_info_parsed *info)
827827 * And the worst case is that for the none async openc request it will
828828 * successfully open the file if the CDentry hasn't been unlinked yet,
829829 * but later the previous delayed async unlink request will remove the
830- * CDenty . That means the just created file is possiblly deleted later
830+ * CDentry . That means the just created file is possibly deleted later
831831 * by accident.
832832 *
833833 * We need to wait for the inflight async unlink requests to finish
@@ -3261,7 +3261,7 @@ static int __prepare_send_request(struct ceph_mds_session *session,
32613261 & session -> s_features );
32623262
32633263 /*
3264- * Avoid inifinite retrying after overflow. The client will
3264+ * Avoid infinite retrying after overflow. The client will
32653265 * increase the retry count and if the MDS is old version,
32663266 * so we limit to retry at most 256 times.
32673267 */
@@ -3514,7 +3514,7 @@ static void __do_request(struct ceph_mds_client *mdsc,
35143514
35153515 /*
35163516 * For async create we will choose the auth MDS of frag in parent
3517- * directory to send the request and ususally this works fine, but
3517+ * directory to send the request and usually this works fine, but
35183518 * if the migrated the dirtory to another MDS before it could handle
35193519 * it the request will be forwarded.
35203520 *
@@ -4025,7 +4025,7 @@ static void handle_forward(struct ceph_mds_client *mdsc,
40254025 __unregister_request (mdsc , req );
40264026 } else if (fwd_seq <= req -> r_num_fwd || (uint32_t )fwd_seq >= U32_MAX ) {
40274027 /*
4028- * Avoid inifinite retrying after overflow.
4028+ * Avoid infinite retrying after overflow.
40294029 *
40304030 * The MDS will increase the fwd count and in client side
40314031 * if the num_fwd is less than the one saved in request
@@ -5730,7 +5730,7 @@ int ceph_mds_check_access(struct ceph_mds_client *mdsc, char *tpath, int mask)
57305730 if (err < 0 ) {
57315731 return err ;
57325732 } else if (err > 0 ) {
5733- /* always follow the last auth caps' permision */
5733+ /* always follow the last auth caps' permission */
57345734 root_squash_perms = true;
57355735 rw_perms_s = NULL ;
57365736 if ((mask & MAY_WRITE ) && s -> writeable &&
0 commit comments