btrfs: remove unnecessary list_del
authorByongho Lee <[email protected]>
Tue, 1 Sep 2015 14:36:28 +0000 (23:36 +0900)
committerDavid Sterba <[email protected]>
Wed, 21 Oct 2015 16:28:48 +0000 (18:28 +0200)
commit568b1c9cca82623af764ee6ea65dc41a7079171c
treef3339cf7ea0b382e14527c853000b4af8638c7bd
parentd7641a49a54f66e1a323d0de6b42caeee6d33aa5
btrfs: remove unnecessary list_del

We can safely iterate whole list items, without using list_del macro.
So remove the list_del call.

Reviewed-by: David Sterba <[email protected]>
Signed-off-by: Byongho Lee <[email protected]>
Signed-off-by: David Sterba <[email protected]>
fs/btrfs/inode.c