rmap: move label `out' to a better place
authorHuang Shijie <shijie8@gmail.com>
Tue, 15 Dec 2009 01:58:51 +0000 (17:58 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 15 Dec 2009 16:53:16 +0000 (08:53 -0800)
commit273f047e36d83179573dc7e3a8af6aceaa8c599e
tree0202c5e27f163ceb7b33dc6bd7cddcb87a1e6a46
parent7b51159405272157123ea8e0ef9b63c731dbfb48
rmap: move label `out' to a better place

When the code jumps to the `out', `referenced' is still zero.  So there is
no need to check it.

Signed-off-by: Huang Shijie <shijie8@gmail.com>
Acked-by: Wu Fengguang <fengguang.wu@intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/rmap.c