Commit 0efcd73
ext4: remove unused parameter biop in ext4_issue_discard()
all caller of ext4_issue_discard() would set biop to NULL since
'commit 55cdd0a ("ext4: get discard out of jbd2 commit kthread
contex")', it's unnecessary to keep this parameter any more.
Signed-off-by: Wenchao Hao <haowenchao2@huawei.com>
Reviewed-by: Ritesh Harjani (IBM) <ritesh.list@gmail.com>
Reviewed-by: Zhang Yi <yi.zhang@huawei.com>
Link: https://lore.kernel.org/r/20240226081731.3224470-1-haowenchao2@huawei.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>1 parent 7086237 commit 0efcd73
1 file changed
Lines changed: 5 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3832 | 3832 | | |
3833 | 3833 | | |
3834 | 3834 | | |
3835 | | - | |
3836 | | - | |
| 3835 | + | |
3837 | 3836 | | |
3838 | 3837 | | |
3839 | 3838 | | |
| |||
3842 | 3841 | | |
3843 | 3842 | | |
3844 | 3843 | | |
3845 | | - | |
3846 | | - | |
3847 | | - | |
3848 | | - | |
3849 | | - | |
3850 | | - | |
3851 | | - | |
| 3844 | + | |
| 3845 | + | |
3852 | 3846 | | |
3853 | 3847 | | |
3854 | 3848 | | |
| |||
6495 | 6489 | | |
6496 | 6490 | | |
6497 | 6491 | | |
6498 | | - | |
| 6492 | + | |
6499 | 6493 | | |
6500 | 6494 | | |
6501 | 6495 | | |
| |||
6752 | 6746 | | |
6753 | 6747 | | |
6754 | 6748 | | |
6755 | | - | |
| 6749 | + | |
6756 | 6750 | | |
6757 | 6751 | | |
6758 | 6752 | | |
| |||
0 commit comments