1. NAME

sync_inodes_sb - sync sb inode pages

2. SYNOPSIS

void sync_inodes_sb(struct super_block *  sb );

3. ARGUMENTS

sb
    the superblock

4. DESCRIPTION

This function writes and waits on any dirty inode belonging to this super_block.

5. COPYRIGHT