Whamcloud - gitweb
tune2fs: allow changing the UUID mounted file systems with the -f option
authorTheodore Ts'o <tytso@mit.edu>
Sun, 6 Sep 2015 02:21:35 +0000 (22:21 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 6 Sep 2015 02:21:35 +0000 (22:21 -0400)
commit2334bd3ae56a4a8eff8e129da3c7aeec9672c6e1
treeb1c69480c01ff3297bbfc70134494e1e716859f4
parent7719e69a5c3308f383babb9abde7cf60ebec0027
tune2fs: allow changing the UUID mounted file systems with the -f option

There are times when it is necessary to update the UUID on a mounted
root file system (for example).  So when we add this this safety check
to e2fsprogs 1.43, we will likely break some scripts.  Allow the -f
option to force an override of this safety check.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
misc/tune2fs.c