Konstantin Belousov 6f30ac9995 Call softdep_prealloc() before taking ffs_lock_ea(), if unlock is committing
softdep_prealloc() must be called to ensure enough journal space is
available, before ffs_extwrite(). Also it must be done before taking
ffs_lock_ea(), because it calls ffs_syncvnode(), potentially dropping
the vnode lock.

Reviewed by:	mckusick
Tested by:	pho
MFC after:      1 week
Sponsored by:   The FreeBSD Foundation
2021-02-24 09:55:21 +02:00
..
2021-01-02 19:57:58 -07:00
2021-01-15 20:09:55 +01:00
2021-02-17 16:32:11 -08:00
2021-02-23 22:40:01 +00:00
2021-02-18 08:38:28 +01:00
2021-02-18 22:36:01 -06:00
2021-02-17 16:32:11 -08:00
2021-02-17 16:32:11 -08:00
2021-02-23 17:47:07 +00:00
2021-02-23 20:08:10 +02:00