Bugzilla : 16450
Description: Convert some comments to new format.
Details : Update documenting comments to match doxygen conventions.
-
+
+Severity : normal
+Bugzilla : 16450
+Description: Grammar fixes.
+Details : A couple of trivial spelling fixes.
+
--------------------------------------------------------------------------------
2007-08-10 Cluster File Systems, Inc. <info@clusterfs.com>
* Try to split @mo_p. If split is ok, -ERESTART is returned and
* current thread will not peoceed with create. Instead it sends
* -ERESTART to client to let it know that correct MDT should be
- * choosen.
+ * chosen.
*/
rc = cmm_split_dir(env, mo_p);
if (rc)
if (rc == 0) {
/*
* Do not return result of calling fld_cache_insert()
- * here. First of all because it may return -EEXISTS. Another
+ * here. First of all because it may return -EEXIST. Another
* reason is that, we do not want to stop proceeding because of
* cache errors.
*/
continue;
/* We grow extents downwards only as far as they don't overlap
- * with already-granted locks, on the assumtion that clients
+ * with already-granted locks, on the assumption that clients
* will be writing beyond the initial requested end and would
* then need to enqueue a new lock beyond previous request.
* l_req_extent->end strictly < req_start, checked above. */
}
/*
- * Finish res_id initializing by name hash marking patr of
+ * Finish res_id initializing by name hash marking part of
* directory which is taking modification.
*/
res_id->name[LUSTRE_RES_ID_HSH_OFF] = lh->mlh_pdo_hash;
/*
* XXX: Part Three:
- * The following members will be filled expilictly
+ * The following members will be filled explictly
* with zero in mdt_reint_unpack(), because they are only used
* by reint requests (including mdt_reint_open()).
*/
isreg = S_ISREG(la->la_mode);
isdir = S_ISDIR(la->la_mode);
- if ((isreg && !(ma->ma_valid & MA_LOV))) {
+ if (isreg && !(ma->ma_valid & MA_LOV)) {
/*
* No EA, check whether it is will set regEA and dirEA since in
* above attr get, these size might be zero, so reset it, to
return err;
}
- /* This struct is already zerod for us (static global) */
+ /* This struct is already zeroed for us (static global) */
for (i = 0; i < class_devno_max(); i++)
obd_devs[i] = NULL;
obd->obd_name);
GOTO(out, rc = 0);
}
- /* only precreate if group == 0 and o_id is specfied */
+ /* only precreate if group == 0 and o_id is specified */
if (group < FILTER_GROUP_MDS0 || oa->o_id == 0)
diff = 1;
else
if (qunit_cachep) {
int rc;
rc = cfs_mem_cache_destroy(qunit_cachep);
- LASSERTF(rc == 0, "couldn't destory qunit_cache slab\n");
+ LASSERTF(rc == 0, "couldn't destroy qunit_cache slab\n");
qunit_cachep = NULL;
}
EXIT;