- unlock filesystem
int thaw_bdev(struct block_device * bdev, struct super_block * sb);
bdev
blockdevice to unlock
sb
associated superblock
Unlocks the filesystem and marks it writeable again after freeze_bdev.