From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Date: Wed, 7 Jun 2017 07:15:04 -0700 Subject: [Cluster-devel] [PATCH 4/4] gfs2: Implement lseek SEEK_HOLE / SEEK_DATA via iomap In-Reply-To: <1496844707-23398-5-git-send-email-agruenba@redhat.com> References: <1496844707-23398-1-git-send-email-agruenba@redhat.com> <1496844707-23398-5-git-send-email-agruenba@redhat.com> Message-ID: <20170607141504.GA1596@infradead.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Wed, Jun 07, 2017 at 04:11:47PM +0200, Andreas Gruenbacher wrote: > Add a vfs helper for implementing lseek SEEK_HOLE / SEEK_DATA support > via iomap. Wire up in gfs2. Please send the iomap.[ch] changes as a separate patch. Bonus points for converting XFS to use them as well.