summaryrefslogtreecommitdiff
path: root/linux/blkdev.c
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2022-08-10 20:28:55 -0400
committerKent Overstreet <kent.overstreet@gmail.com>2022-08-11 17:34:34 -0400
commitddac1641ee1e2686c2211a8d671ea723634dfc89 (patch)
tree0596db2376fb5cbdcd83bf1642efdc7868ade480 /linux/blkdev.c
parenta6128b5335a79cd68b9dbb6b083a835d94539d04 (diff)
Update bcachefs sources to 90a9c61e2b bcachefs: Switch bch2_btree_delete_range() to bch2_trans_run()
Diffstat (limited to 'linux/blkdev.c')
-rw-r--r--linux/blkdev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/blkdev.c b/linux/blkdev.c
index bd9dc9cc..9b3ea93f 100644
--- a/linux/blkdev.c
+++ b/linux/blkdev.c
@@ -113,7 +113,7 @@ int submit_bio_wait(struct bio *bio)
int blkdev_issue_discard(struct block_device *bdev,
sector_t sector, sector_t nr_sects,
- gfp_t gfp_mask, unsigned long flags)
+ gfp_t gfp_mask)
{
return 0;
}