Jelajahi Sumber

bcache allocator: send discards with correct size

Slava Pestov 11 tahun lalu
induk
melakukan
8b326d3a2a
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      drivers/md/bcache/alloc.c

+ 1 - 1
drivers/md/bcache/alloc.c

@@ -331,7 +331,7 @@ static int bch_allocator_thread(void *arg)
 				mutex_unlock(&ca->set->bucket_lock);
 				blkdev_issue_discard(ca->bdev,
 					bucket_to_sector(ca->set, bucket),
-					ca->sb.block_size, GFP_KERNEL, 0);
+					ca->sb.bucket_size, GFP_KERNEL, 0);
 				mutex_lock(&ca->set->bucket_lock);
 			}