Commit e41c5e6
btrfs: remove pointless inode lookup when processing extrefs during log replay
At unlink_extrefs_not_in_log() we do an inode lookup of the directory but
we already have the directory inode accessible as a function argument, so
the lookup is redudant. Remove it and use the directory inode passed in as
an argument.
Signed-off-by: Filipe Manana <fdmanana@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>1 parent bd9c063 commit e41c5e6
1 file changed
Lines changed: 1 addition & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1165 | 1165 | | |
1166 | 1166 | | |
1167 | 1167 | | |
1168 | | - | |
1169 | 1168 | | |
1170 | 1169 | | |
1171 | | - | |
1172 | 1170 | | |
1173 | 1171 | | |
1174 | 1172 | | |
| |||
1202 | 1200 | | |
1203 | 1201 | | |
1204 | 1202 | | |
1205 | | - | |
1206 | | - | |
1207 | | - | |
1208 | | - | |
1209 | | - | |
1210 | | - | |
1211 | | - | |
1212 | | - | |
1213 | 1203 | | |
1214 | 1204 | | |
1215 | 1205 | | |
1216 | | - | |
1217 | | - | |
1218 | | - | |
| 1206 | + | |
1219 | 1207 | | |
1220 | 1208 | | |
1221 | 1209 | | |
| |||
0 commit comments