table of contents
other versions
THAW_BDEV(9) | The Linux VFS | THAW_BDEV(9) |
NAME¶
thaw_bdev - - unlock filesystem
SYNOPSIS¶
int thaw_bdev(struct block_device * bdev, struct super_block * sb);
ARGUMENTS¶
struct block_device * bdev
blockdevice to unlock
struct super_block * sb
associated superblock
DESCRIPTION¶
Unlocks the filesystem and marks it writeable again after freeze_bdev.
COPYRIGHT¶
June 2017 | Kernel Hackers Manual 4.11 |