]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mm/mmap.c: eliminate the ret variable from mm_take_all_locks()
authorKautuk Consul <consul.kautuk@gmail.com>
Wed, 28 Sep 2011 00:50:24 +0000 (10:50 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 29 Sep 2011 06:08:11 +0000 (16:08 +1000)
commit74400c9e933ec815b9df76b25fe20b995ba45be3
treef66e3854ee81ba10431701b26ac41a7b955f6d83
parent1fbe161400fb0aed7c8eaff4a04081bb0073821b
mm/mmap.c: eliminate the ret variable from mm_take_all_locks()

The ret variable is really not needed in mm_take_all_locks().

Signed-off-by: Kautuk Consul <consul.kautuk@gmail.com>
Reviewed-by: Michal Hocko <mhocko@suse.cz>
Signed-off-by: Andrew Morton <>
mm/mmap.c