commit | 8313164c36473193c8034de643dc32f35a22bf59 | [log] [tgz] |
---|---|---|
author | wangweidong <wangweidong1@huawei.com> | Tue Oct 15 11:44:30 2013 +0800 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Mon Oct 28 18:16:56 2013 -0400 |
tree | c900e38098f5985b64056dad222cc6f1bc80c333 | |
parent | 6706246b22358b70b49e35a988a9bbfa830619ee [diff] |
SUNRPC: remove an unnecessary if statement If req allocated failed just goto out_free, no need to check the 'i < num_prealloc'. There is just code simplification, no functional changes. Signed-off-by: Wang Weidong <wangweidong1@huawei.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>