commit | fd5e62a37cef5b212318c522eac0ecd394b50a19 | [log] [tgz] |
---|---|---|
author | Wang Sheng-Hui <shhuiw@gmail.com> | Fri Apr 06 14:35:05 2012 +0800 |
committer | Josef Bacik <josef@redhat.com> | Fri May 11 10:56:40 2012 -0400 |
tree | f25574f8dcb176445baf37f8766edf8a99d87727 | |
parent | 477d7eafa9585ded87ee1c6f69638a6baf9d8922 [diff] |
Btrfs: remove the useless assignment to *entry in function tree_insert of file extent_io.c In tree_insert, var *entry is used in the loop only, and is useless out of the loop. Remove the useless assignment after the loop. Signed-off-by: Wang Sheng-Hui <shhuiw@gmail.com>