diff options
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2011-05-02 21:51:17 +0300 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2011-05-13 19:23:57 +0300 |
commit | 69f8a75a7d9db05a7ee708514d605ab74956c73e (patch) | |
tree | 13ed17ef36eb390a187feb34beafc2a266dda288 /fs/ubifs/debug.c | |
parent | 4c9545200a3bd9e87b36475c263034a38be02e44 (diff) | |
download | linux-69f8a75a7d9db05a7ee708514d605ab74956c73e.tar.gz linux-69f8a75a7d9db05a7ee708514d605ab74956c73e.tar.bz2 linux-69f8a75a7d9db05a7ee708514d605ab74956c73e.zip |
UBIFS: remove an unneeded check
In 'ubifs_recover_size()' we have an "if (!e->inode && c->ro_mount)" statement.
But if 'c->ro_mount' is true, then '!e->inode' must always be true as well. So
we can remove the unnecessary '!e->inode' test and put an
'ubifs_assert(!e->inode)' instead.
This patch also removes an extra trailing white-space in a debugging print,
as well as adds few empty lines to 'ubifs_recover_size()' to make it a bit more
readable.
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'fs/ubifs/debug.c')
0 files changed, 0 insertions, 0 deletions