]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ffs: retire unused fsckpid mount option
authorRobert Wing <rew@FreeBSD.org>
Sat, 2 Oct 2021 23:11:40 +0000 (15:11 -0800)
committerRobert Wing <rew@FreeBSD.org>
Sat, 2 Oct 2021 23:11:40 +0000 (15:11 -0800)
commit9acea16404117f2f54475640ff036c12130707d8
tree590ea01c53f188030ce6b1cb005035c3d5422b02
parent93a32050abac11d22d849d9cf2014370662269a7
ffs: retire unused fsckpid mount option

The fsckpid mount option was introduced in 927a12ae16433b50 along with a
couple sysctl's to support SU+J with snapshots. However, those sysctl's
were never used and eventually removed in f2620e9ceb3ede02.

There are no in-tree consumers of this mount option.

Reviewed by: mckusick, kib
Differential Revision: https://reviews.freebsd.org/D32015
sys/ufs/ffs/ffs_alloc.c
sys/ufs/ffs/ffs_inode.c
sys/ufs/ffs/ffs_vfsops.c
sys/ufs/ufs/ufsmount.h