File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1183,7 +1183,7 @@ static int print_message(struct gfs2_quota_data *qd, char *type)
1183
1183
*
1184
1184
* Returns: 0 on success.
1185
1185
* min_req = ap->min_target ? ap->min_target : ap->target;
1186
- * quota must allow atleast min_req blks for success and
1186
+ * quota must allow at least min_req blks for success and
1187
1187
* ap->allowed is set to the number of blocks allowed
1188
1188
*
1189
1189
* -EDQUOT otherwise, quota violation. ap->allowed is set to number
Original file line number Diff line number Diff line change @@ -2023,7 +2023,7 @@ static inline int fast_to_acquire(struct gfs2_rgrpd *rgd)
2023
2023
* We try our best to find an rgrp that has at least ap->target blocks
2024
2024
* available. After a couple of passes (loops == 2), the prospects of finding
2025
2025
* such an rgrp diminish. At this stage, we return the first rgrp that has
2026
- * atleast ap->min_target blocks available. Either way, we set ap->allowed to
2026
+ * at least ap->min_target blocks available. Either way, we set ap->allowed to
2027
2027
* the number of blocks available in the chosen rgrp.
2028
2028
*
2029
2029
* Returns: 0 on success,
@@ -2092,7 +2092,7 @@ int gfs2_inplace_reserve(struct gfs2_inode *ip, struct gfs2_alloc_parms *ap)
2092
2092
}
2093
2093
}
2094
2094
2095
- /* Skip unuseable resource groups */
2095
+ /* Skip unusable resource groups */
2096
2096
if ((rs -> rs_rbm .rgd -> rd_flags & (GFS2_RGF_NOALLOC |
2097
2097
GFS2_RDF_ERROR )) ||
2098
2098
(loops == 0 && ap -> target > rs -> rs_rbm .rgd -> rd_extfail_pt ))
You can’t perform that action at this time.
0 commit comments