Name

do_remount_sb — asks filesystem to change mount options.

Synopsis

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

Arguments

sb

superblock in question

flags

numeric part of options

data

the rest of options

force

whether or not to force the change

Description

Alters the mount options of a mounted file system.