[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20160919072859.GA15407@kroah.com>
Date: Mon, 19 Sep 2016 09:28:59 +0200
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: James Simmons <jsimmons@...radead.org>
Cc: devel@...verdev.osuosl.org,
Andreas Dilger <andreas.dilger@...el.com>,
Oleg Drokin <oleg.drokin@...el.com>,
Patrick Farrell <paf@...y.com>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Jinshan Xiong <jinshan.xiong@...el.com>,
Prakash Surya <surya1@...l.gov>,
Lustre Development List <lustre-devel@...ts.lustre.org>
Subject: Re: [PATCH 030/124] staging: lustre: llite: Replace write mutex with
range lock
On Sun, Sep 18, 2016 at 04:37:29PM -0400, James Simmons wrote:
> + * Range lock is used to allow multiple threads writing a single shared
> + * file given each thread is writing to a non-overlapping portion of the
> + * file.
> + *
> + * Refer to the possible upstream kernel version of range lock by
> + * Jan Kara <jack@...e.cz>: https://lkml.org/lkml/2013/1/31/480
> + *
> + * This file could later replaced by the upstream kernel version.
It doesn't look like range_lock ever got accepted in the kernel tree,
any idea what happened to it? Having a per-filesystem lock type seems
odd to me...
thanks,
greg k-h
Powered by blists - more mailing lists