]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r339941 (by mckusick):
authorkib <kib@FreeBSD.org>
Thu, 7 Mar 2019 13:53:59 +0000 (13:53 +0000)
committerkib <kib@FreeBSD.org>
Thu, 7 Mar 2019 13:53:59 +0000 (13:53 +0000)
commitb5e5712ba1b366ba29a181e994fd9fdb220051bc
tree8ef16bb36b31e7af91f84bef0605ee79b3198cde
parent20234b88706e7d195be1b626410a86cde4e7cf9e
MFC r339941 (by mckusick):
In preparation for adding inode check-hashes, change the fsck_ffs
inodirty() function to have a pointer to the inode being dirtied.
No functional change (as for now the parameter is ununsed).

Also for stable/11 UFS_NDADDR was renamed to NDADDR.
sbin/fsck_ffs/dir.c
sbin/fsck_ffs/fsck.h
sbin/fsck_ffs/inode.c
sbin/fsck_ffs/pass1.c
sbin/fsck_ffs/pass2.c
sbin/fsdb/fsdb.c