aboutsummaryrefslogtreecommitdiff
path: root/net/lapb/lapb_subr.c
diff options
context:
space:
mode:
authorArtem Bityutskiy <[email protected]>2014-07-16 15:22:29 +0300
committerArtem Bityutskiy <[email protected]>2014-09-08 15:55:28 +0300
commitba29e721eb2df6df8f33c1f248388bb037a47914 (patch)
treee10db004cdbc4027d0046838ec9bee534a09f2c1 /net/lapb/lapb_subr.c
parent052c28073ff26f771d44ef33952a41d18dadd255 (diff)
UBIFS: fix free log space calculation
Hu (hujianyang <[email protected]>) discovered an issue in the 'empty_log_bytes()' function, which calculates how many bytes are left in the log: " If 'c->lhead_lnum + 1 == c->ltail_lnum' and 'c->lhead_offs == c->leb_size', 'h' would equalent to 't' and 'empty_log_bytes()' would return 'c->log_bytes' instead of 0. " At this point it is not clear what would be the consequences of this, and whether this may lead to any problems, but this patch addresses the issue just in case. Cc: [email protected] Tested-by: hujianyang <[email protected]> Reported-by: hujianyang <[email protected]> Signed-off-by: Artem Bityutskiy <[email protected]>
Diffstat (limited to 'net/lapb/lapb_subr.c')
0 files changed, 0 insertions, 0 deletions