mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 18:32:49 -04:00
growfs supports growing mounted filesystems (writes are temporarily
suspended while the grow happens). Drop the check for fs_clean == 0
to restore this case. Leave fs_flags check for FS_UNCLEAN or
FS_NEEDSFSCK which represent the state of the filesystem when it was
mounted, and fsck should be run first if they are set.
PR: 253754
Reviewed by: mckusick
MFC after: 3 days
Fixes:
|
||
|---|---|---|
| .. | ||
| tests | ||
| debug.c | ||
| debug.h | ||
| growfs.8 | ||
| growfs.c | ||
| Makefile | ||
| Makefile.depend | ||