'\" t .\" Title: sb_end_intwrite .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: September 2017 .\" Manual: The Linux VFS .\" Source: Kernel Hackers Manual 4.12.13 .\" Language: English .\" .TH "SB_END_INTWRITE" "9" "September 2017" "Kernel Hackers Manual 4\&.12\&" "The Linux VFS" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" sb_end_intwrite \- drop write access to a superblock for internal fs purposes .SH "SYNOPSIS" .HP \w'void\ sb_end_intwrite('u .BI "void sb_end_intwrite(struct\ super_block\ *\ " "sb" ");" .SH "ARGUMENTS" .PP \fIstruct super_block * sb\fR .RS 4 the super we wrote to .RE .SH "DESCRIPTION" .PP Decrement fs\-internal number of writers to the filesystem\&. Wake up possible waiters wanting to freeze the filesystem\&. .SH "COPYRIGHT" .br