From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mx1.redhat.com ([209.132.183.28]:41816 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759968AbdDSJvZ (ORCPT ); Wed, 19 Apr 2017 05:51:25 -0400 From: David Howells In-Reply-To: <1492539444-25938-2-git-send-email-amir73il@gmail.com> References: <1492539444-25938-2-git-send-email-amir73il@gmail.com> <1492539444-25938-1-git-send-email-amir73il@gmail.com> Subject: Re: [PATCH 1/4] src/open_by_handle: helper to test open_by_handle_at() syscall MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <9895.1492595482.1@warthog.procyon.org.uk> Date: Wed, 19 Apr 2017 10:51:22 +0100 Message-ID: <9896.1492595482@warthog.procyon.org.uk> Sender: fstests-owner@vger.kernel.org To: Amir Goldstein Cc: dhowells@redhat.com, Eryu Guan , Miklos Szeredi , Trond Myklebust , Jeff Layton , "J . Bruce Fields" , fstests@vger.kernel.org, linux-unionfs@vger.kernel.org List-ID: Amir Goldstein wrote: > This is a clone of src/stale_handle.c test that uses generic > open_by_handle_at() syscall instead of the xfs specific ioctl. Don't forget to add it to doc/auxiliary-programs.txt! David