ocfs2: Move 'wanted' into parens of ocfs2_resmap_resv_bits.
authorTao Ma <tao.ma@oracle.com>
Sun, 19 Sep 2010 05:42:28 +0000 (13:42 +0800)
committerJoel Becker <joel.becker@oracle.com>
Thu, 23 Sep 2010 21:16:47 +0000 (14:16 -0700)
commit4a452de4fdfe4dbb27e491904d8bfaf1262bdff4
tree94b4e9fb4fc31ede4721bab8f2e9281bef034d79
parent47dea423799d98c53793237ab386a94976f305d5
ocfs2: Move 'wanted' into parens of ocfs2_resmap_resv_bits.

The first time I read the function ocfs2_resmap_resv_bits, I consider
about what 'wanted' will be used and consider about the comments.
Then I find it is only used if the reservation is empty. ;)

So we'd better move it to the parens so that it make the code more
readable, what's more, ocfs2_resmap_resv_bits is used so frequently
and we should save some cpus.

Acked-by: Mark Fasheh <mfasheh@suse.com>
Signed-off-by: Tao Ma <tao.ma@oracle.com>
Signed-off-by: Joel Becker <joel.becker@oracle.com>
fs/ocfs2/reservations.c