]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/md/dm-bio-prison-v2.c
Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso...
[linux.git] / drivers / md / dm-bio-prison-v2.c
index 8ee019eda32d081620b542f9edfc4b12724d86a3..9dec3b61cf70a745914399867f7a75bb686f5004 100644 (file)
@@ -324,7 +324,7 @@ static bool __unlock(struct dm_bio_prison_v2 *prison,
        bio_list_init(&cell->bios);
 
        if (cell->shared_count) {
-               cell->exclusive_lock = 0;
+               cell->exclusive_lock = false;
                return false;
        }