]> 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, 5 Oct 2011 00:43:11 +0000 (11:43 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 13 Oct 2011 06:49:27 +0000 (17:49 +1100)
commite8ab865ccd7c5b121087ab9f7207306f678b630a
tree24830d7a8fa71e2ccd2ed8c08fb0893585504316
parent4e9857b07d51ebd83bbf26c4258aaec656489751
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 <akpm@linux-foundation.org>
mm/mmap.c