Преглед на файлове

Merge branch 'for-2.6.29' of git://git.kernel.dk/linux-2.6-block

* 'for-2.6.29' of git://git.kernel.dk/linux-2.6-block:
  block: fix bug in ptbl lookup cache
Linus Torvalds преди 16 години
родител
ревизия
6ddaab20c3
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      fs/partitions/check.c

+ 1 - 0
fs/partitions/check.c

@@ -334,6 +334,7 @@ void delete_partition(struct gendisk *disk, int partno)
 
 	blk_free_devt(part_devt(part));
 	rcu_assign_pointer(ptbl->part[partno], NULL);
+	rcu_assign_pointer(ptbl->last_lookup, NULL);
 	kobject_put(part->holder_dir);
 	device_del(part_to_dev(part));