diff options
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2008-12-16 17:52:35 +0200 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2008-12-23 12:23:08 +0200 |
commit | d3cf502b6ccee1c52890d42cd18cbc98b7526126 (patch) | |
tree | 4c8c0c8db4e7ee3782421a11b00bab2b8b153bd3 /fs/ubifs/lprops.c | |
parent | 21a60258976227daaf7a4c35e96c3d77d4988b15 (diff) | |
download | op-kernel-dev-d3cf502b6ccee1c52890d42cd18cbc98b7526126.zip op-kernel-dev-d3cf502b6ccee1c52890d42cd18cbc98b7526126.tar.gz |
UBIFS: various comment improvements and fixes
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'fs/ubifs/lprops.c')
-rw-r--r-- | fs/ubifs/lprops.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/fs/ubifs/lprops.c b/fs/ubifs/lprops.c index 10ba663..dfd2bce 100644 --- a/fs/ubifs/lprops.c +++ b/fs/ubifs/lprops.c @@ -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, |