ubifs: journal: Remove wrong comment
authorSascha Hauer <s.hauer@pengutronix.de>
Mon, 14 May 2018 08:18:15 +0000 (10:18 +0200)
committerRichard Weinberger <richard@nod.at>
Thu, 7 Jun 2018 13:53:14 +0000 (15:53 +0200)
commit671b9b75f6011e92f77d4eb2c6298bf227867699
treeeb574e612a3d8f4e548d6abc183a50d3be9ca3f5
parentc971dad849bd71930738c2bd1d0691b730fa2ae7
ubifs: journal: Remove wrong comment

In the description of reserve_space() it is claimed that write_node()
and write_head() unlock the journal head. This is not true and has never
been true. All callers of write_node() and write_head() call
release_head() themselves. Remove the wrong comment.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Richard Weinberger <richard@nod.at>
fs/ubifs/journal.c