Commit c07de75
f2fs: Pass the nat_blk to __update_nat_bits()
The page argument is only used to look up the address of the nat_blk.
Since the caller already has it, pass it in instead. Also mark it const
as the nat_blk isn't modified by this function.
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>1 parent 3a19caf commit c07de75
1 file changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2969 | 2969 | | |
2970 | 2970 | | |
2971 | 2971 | | |
2972 | | - | |
| 2972 | + | |
2973 | 2973 | | |
2974 | 2974 | | |
2975 | 2975 | | |
2976 | | - | |
2977 | 2976 | | |
2978 | 2977 | | |
2979 | 2978 | | |
| |||
3064 | 3063 | | |
3065 | 3064 | | |
3066 | 3065 | | |
3067 | | - | |
| 3066 | + | |
3068 | 3067 | | |
3069 | 3068 | | |
3070 | 3069 | | |
| |||
0 commit comments