thaw_super(9) - unlock filesystem

SYNOPSIS

int thaw_super(struct super_block * sb);

ARGUMENTS

sb

the super to thaw

DESCRIPTION

Unlocks the filesystem and marks it writeable again after freeze_super.

COPYRIGHT