On Sun, Jun 30, 2019 at 09:52:26AM -0400, Trond Myklebust wrote: > +++ b/fs/locks.c > @@ -212,6 +212,7 @@ struct file_lock_list_struct { > static DEFINE_PER_CPU(struct file_lock_list_struct, file_lock_list); > DEFINE_STATIC_PERCPU_RWSEM(file_rwsem); > > + > /* > * The blocked_hash is used to find POSIX lock loops for deadlock detection. > * It is protected by blocked_lock_lock. *cough*