diff options
| -rw-r--r-- | fs/ubifs/log.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/ubifs/log.c b/fs/ubifs/log.c index 8c795e6392b1..7cffa120a750 100644 --- a/fs/ubifs/log.c +++ b/fs/ubifs/log.c | |||
| @@ -167,10 +167,10 @@ void ubifs_add_bud(struct ubifs_info *c, struct ubifs_bud *bud) | |||
| 167 | * @lnum: LEB number of the bud | 167 | * @lnum: LEB number of the bud |
| 168 | * @offs: starting offset of the bud | 168 | * @offs: starting offset of the bud |
| 169 | * | 169 | * |
| 170 | * This function writes reference node for the new bud LEB @lnum it to the log, | 170 | * This function writes a reference node for the new bud LEB @lnum to the log, |
| 171 | * and adds it to the buds tress. It also makes sure that log size does not | 171 | * and adds it to the buds trees. It also makes sure that log size does not |
| 172 | * exceed the 'c->max_bud_bytes' limit. Returns zero in case of success, | 172 | * exceed the 'c->max_bud_bytes' limit. Returns zero in case of success, |
| 173 | * %-EAGAIN if commit is required, and a negative error codes in case of | 173 | * %-EAGAIN if commit is required, and a negative error code in case of |
| 174 | * failure. | 174 | * failure. |
| 175 | */ | 175 | */ |
| 176 | int ubifs_add_bud_to_log(struct ubifs_info *c, int jhead, int lnum, int offs) | 176 | int ubifs_add_bud_to_log(struct ubifs_info *c, int jhead, int lnum, int offs) |
