From mboxrd@z Thu Jan 1 00:00:00 1970 From: Petr Vorel Date: Fri, 25 Oct 2019 10:37:38 +0200 Subject: [LTP] [PATCH] syscalls/copy_file_range02: skip new error tests if cross-fs isn't supported In-Reply-To: <1571968780-4810-1-git-send-email-xuyang2018.jy@cn.fujitsu.com> References: <1571968780-4810-1-git-send-email-xuyang2018.jy@cn.fujitsu.com> Message-ID: <20191025083738.GA13022@x230> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ltp@lists.linux.it Hi Xu, > We should not skip the whole error test if cross-fs isn't support because > old errors should be tested on all version. Even we use .mount_device = 1 > and .mntpoint = MNTPOINT, the src and dest file are still in tmp directory > instead of mntpoint. > ps: I doubt whether we should skip new error test because it indeed exposed this > unreasonable copy_file_range behavior of the user. > Signed-off-by: Yang Xu Reviewed-by: Petr Vorel Tested-by: Petr Vorel LGTM, but I'd like to have Amir's review/ack. Kind regards, Petr