Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Btrfs: remove the useless assignment to *entry in function tree_inser…
…t 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>
- Loading branch information