.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "DO_REMOUNT_SB" "" "06 October 2005" "" "" .SH NAME do_remount_sb \- asks filesystem to change mount options. .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int do_remount_sb (struct super_block * \fIsb\fB, int \fIflags\fB, void * \fIdata\fB, int \fIforce\fB); \fR .SH "ARGUMENTS" .TP \fB\fIsb\fB\fR superblock in question .TP \fB\fIflags\fB\fR numeric part of options .TP \fB\fIdata\fB\fR the rest of options .TP \fB\fIforce\fB\fR -- undescribed -- .SH "DESCRIPTION" .PP Alters the mount options of a mounted file system.