fsfreeze: new applet
authorDenys Vlasenko <vda.linux@googlemail.com>
Tue, 11 Apr 2017 09:53:05 +0000 (11:53 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Tue, 11 Apr 2017 09:53:05 +0000 (11:53 +0200)
commitb9512fa6b32dacabdec3edf12ebfab927d1402ae
treea56a374006cb3daa324332225b0e2eef42f505f7
parenta976aaab0be819d11575cbbde64406391ada873b
fsfreeze: new applet

NAME
       fsfreeze - suspend access to a filesystem (Ext3/4, ReiserFS, JFS, XFS)
SYNOPSIS
       fsfreeze --freeze|--unfreeze mountpoint
DESCRIPTION
       fsfreeze suspends or resumes access to a filesystem.
       fsfreeze halts any new access to the filesystem and creates a stable
       image on disk.
AVAILABILITY
       The fsfreeze command is part of the util-linux 2.28

function                                             old     new   delta
fsfreeze_main                                          -      81     +81
applet_names                                        2597    2606      +9
applet_main                                         1504    1508      +4
applet_suid                                           94      95      +1
applet_install_loc                                   188     189      +1

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
util-linux/fsfreeze.c [new file with mode: 0644]