freebsd-skq/sys/ufs
kib 666d76bef3 When externding directory inode in ufs_direnter(), adjust i_endoff.
This change is formally not needed, since i_endoff not used in all
code paths after the call to ufs_direnter(), and i_endoff is
recalculated by the next lookup.  But having the value correct makes
the reasoning about code simpler.

Reported and tested by:	pho
Reviewed by:	mckusick
Sponsored by:	The FreeBSD Foundation
MFC after:	2 weeks
2016-09-08 12:07:25 +00:00
..
ffs In softdep_prealloc(), return early not only for snapshots, but for 2016-09-08 12:05:13 +00:00
ufs When externding directory inode in ufs_direnter(), adjust i_endoff. 2016-09-08 12:07:25 +00:00