From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751114AbdBKRNg (ORCPT ); Sat, 11 Feb 2017 12:13:36 -0500 Received: from [160.91.203.10] ([160.91.203.10]:45954 "EHLO smtp1.ccs.ornl.gov" rhost-flags-FAIL-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1750815AbdBKRNf (ORCPT ); Sat, 11 Feb 2017 12:13:35 -0500 From: James Simmons To: Greg Kroah-Hartman , devel@driverdev.osuosl.org, Andreas Dilger , Oleg Drokin Cc: Linux Kernel Mailing List , Lustre Development List , James Simmons Subject: [PATCH 0/3] staging: lustre: llite: fixups for ll_migrate() Date: Sat, 11 Feb 2017 12:12:36 -0500 Message-Id: <1486833159-16251-1-git-send-email-jsimmons@infradead.org> X-Mailer: git-send-email 1.8.3.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch series covers all the current fixes for the function ll_migrate(). Originally only the first patch was submitted but it was pointed out other flaws existed in the code. Two more patches that cover those flaws are included in this patch set. These patches are order dependent. Niu Yawei (1): staging: lustre: llite: check reply status in ll_migrate() wang di (2): staging: lustre: llite: check request != NULL in ll_migrate staging: lustre: llite: root inode checking for migration drivers/staging/lustre/lustre/llite/file.c | 63 ++++++++++++++++-------------- 1 file changed, 34 insertions(+), 29 deletions(-) -- 1.8.3.1