Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Jul 2016 11:27:25 -0700
From:      John Baldwin <jhb@freebsd.org>
To:        src-committers@freebsd.org
Cc:        svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r303501 - in head: sys/kern tests/sys/aio
Message-ID:  <1511522.uQBgSzC5yd@ralph.baldwin.cx>
In-Reply-To: <201607291826.u6TIQFlM009123@repo.freebsd.org>
References:  <201607291826.u6TIQFlM009123@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Friday, July 29, 2016 06:26:15 PM John Baldwin wrote:
> Author: jhb
> Date: Fri Jul 29 18:26:15 2016
> New Revision: 303501
> URL: https://svnweb.freebsd.org/changeset/base/303501
> 
> Log:
>   Fix locking issues with aio_fsync().
>   
>   - Use correct lock in aio_cancel_sync when dequeueing job.
>   - Add _locked variants of aio_set/clear_cancel_function and use those
>     to avoid lock recursion when adding and removing fsync jobs to the
>     per-process sync queue.
>   - While here, add a basic test for aio_fsync().
>   
>   PR:		211390
>   Reported by:	Randy Westlund <rwestlun@gmail.com>
>   MFC after:	1 week
>   Sponsored by:	Chelsio Communications
>   Differential Revision:	https://reviews.freebsd.org/D7339

Oops, missed:

Reviewed by:	kib

-- 
John Baldwin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1511522.uQBgSzC5yd>