On 08/12/06, Neil Brown <neilb@xxxxxxx> wrote:Ohh and btw, I forgot to mention that the patch has been tested and
> On Thursday December 7, jesper.juhl@xxxxxxxxx wrote:
> >
> > So I took Neils patch, made the change Trond suggested and the result is
> > below.
> >
> > Comments? Ok to merge?
>
> Yes, except that you need a changelog comment at the top. Possibly
> based very heavily on the text I wrote, but written to justify the
> patch rather than to explain the bug.
>
> NeilBrown
>
How about this for a changelog entry? :
Convert "VFS is out of sync with lock manager!" printk in
do_vfs_lock() to dprintk() since the message is useless in normal use
but could possibly be useful as a debugging aid.
Also turn off FL_SLEEP when calling do_vfs_lock() just in case after
getting -EINTR or -ERESTARTSYS.