diff options
Diffstat (limited to 'fs/bcachefs/io.c')
-rw-r--r-- | fs/bcachefs/io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/bcachefs/io.c b/fs/bcachefs/io.c index 30d9b6e4abf7..27f6b3245741 100644 --- a/fs/bcachefs/io.c +++ b/fs/bcachefs/io.c @@ -280,7 +280,7 @@ int bch2_extent_update(struct btree_trans *trans, s64 i_sectors_delta = 0, disk_sectors_delta = 0; int ret; - ret = bch2_extent_trim_atomic(k, iter); + ret = bch2_extent_trim_atomic(trans, iter, k); if (ret) return ret; |