1. NAME

get_super_thawed - get thawed superblock of a device

2. SYNOPSIS

struct super_block * get_super_thawed(struct block_device *  bdev );

3. ARGUMENTS

bdev
    device to get the superblock for

4. DESCRIPTION

Scans the superblock list and finds the superblock of the file system mounted on the device. The superblock is returned once it is thawed (or immediately if it was not frozen). NULL is returned if no match is found.

5. COPYRIGHT