do_remount_sb

Name

do_remount_sb --  asks filesystem to change mount options.

Synopsis

int do_remount_sb (struct super_block * sb, int flags, void * data);

Arguments

sb

superblock in question

flags

numeric part of options

data

the rest of options

Description

Alters the mount options of a mounted file system.