UBIFS: various comment improvements and fixes
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
This commit is contained in:
@@ -520,13 +520,13 @@ static int is_lprops_dirty(struct ubifs_info *c, struct ubifs_lprops *lprops)
|
||||
* @flags: new flags
|
||||
* @idx_gc_cnt: change to the count of idx_gc list
|
||||
*
|
||||
* This function changes LEB properties. This function does not change a LEB
|
||||
* property (@free, @dirty or @flag) if the value passed is %LPROPS_NC.
|
||||
* This function changes LEB properties (@free, @dirty or @flag). However, the
|
||||
* property which has the %LPROPS_NC value is not changed. Returns a pointer to
|
||||
* the updated LEB properties on success and a negative error code on failure.
|
||||
*
|
||||
* This function returns a pointer to the updated LEB properties on success
|
||||
* and a negative error code on failure. N.B. the LEB properties may have had to
|
||||
* be copied (due to COW) and consequently the pointer returned may not be the
|
||||
* same as the pointer passed.
|
||||
* Note, the LEB properties may have had to be copied (due to COW) and
|
||||
* consequently the pointer returned may not be the same as the pointer
|
||||
* passed.
|
||||
*/
|
||||
const struct ubifs_lprops *ubifs_change_lp(struct ubifs_info *c,
|
||||
const struct ubifs_lprops *lp,
|
||||
|
Reference in New Issue
Block a user