]> 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>
Wed, 12 Oct 2011 06:32:12 +0000 (17:32 +1100)
commit202cfe7f6b528d62355c19f44acd56d11257b17c
tree9bdfda41defb01ca2f8a68f861f75f84313af435
parent8c5404dcf2259cb7e29efc8a6a2da27e6f86024a
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