]> 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>
Fri, 7 Oct 2011 06:06:44 +0000 (17:06 +1100)
commit906454ce707e4b92e7aa28be6aaa27b3ba36be94
tree83b9f34f8291915f7fe86cffdde732bbe612804e
parent6677568e29df996f36843c289f8da894fc3993d8
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