From patchwork Sat Sep 22 04:01:08 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zheng Liu X-Patchwork-Id: 186092 Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id AE26C2C0096 for ; Sat, 22 Sep 2012 13:51:38 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753487Ab2IVDvh (ORCPT ); Fri, 21 Sep 2012 23:51:37 -0400 Received: from mail-pb0-f46.google.com ([209.85.160.46]:45536 "EHLO mail-pb0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752597Ab2IVDvg (ORCPT ); Fri, 21 Sep 2012 23:51:36 -0400 Received: by mail-pb0-f46.google.com with SMTP id rr4so3873803pbb.19 for ; Fri, 21 Sep 2012 20:51:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=P+dVPdj4IeDZtr74XTnFGIOOIoCD+rOdQgrYzxkmRPQ=; b=bDFez/hCM4o759OsmdwNQTOFh0IZM1DlTHUES93Klwuma00hVvJ2LtkFovgJfm1Z2Y EvEZMhgYu6KvqVbWOh5FM/psnWWmoVjFsdXMzzWdcTYHitNBE8yTmU/f+pTLqa0e+q8B 0x6LzCI1oMdC5BM8OXTuJVE6e6q1I3RPVWFI8AV04Xl5KP2UiKtbvH3Ebx55ny0xniiu Gb1FoQT+580jAewW6Be+XnA0Ae7brL9q5hPs3qKqg3Vx/JgGz7oJh10Vh+p8RopVIKTh Xy2ljAllJrNRDv5MWpCcIdeO3WA7jZKft0T48A1LRJdCpi0jEXyip7KIO13tbVjo+mrY fNpw== Received: by 10.66.77.7 with SMTP id o7mr17644950paw.37.1348285896701; Fri, 21 Sep 2012 20:51:36 -0700 (PDT) Received: from lz-desktop.hz.ali.com ([182.92.247.2]) by mx.google.com with ESMTPS id e9sm5079534pay.34.2012.09.21.20.51.34 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 21 Sep 2012 20:51:36 -0700 (PDT) From: Zheng Liu To: linux-ext4@vger.kernel.org Cc: tytso@mit.edu, Zheng Liu Subject: [PATCH 20/21 v5] tests: change result in f_bad_disconnected_inode Date: Sat, 22 Sep 2012 12:01:08 +0800 Message-Id: <1348286469-31690-21-git-send-email-wenqing.lz@taobao.com> X-Mailer: git-send-email 1.7.12.rc2.18.g61b472e In-Reply-To: <1348286469-31690-1-git-send-email-wenqing.lz@taobao.com> References: <1348286469-31690-1-git-send-email-wenqing.lz@taobao.com> Sender: linux-ext4-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org From: Zheng Liu In this test, inode flag is some random data, and when we apply inline data patch set we should need to handle it. Signed-off-by: Zheng Liu --- tests/f_bad_disconnected_inode/expect.1 | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/tests/f_bad_disconnected_inode/expect.1 b/tests/f_bad_disconnected_inode/expect.1 index 11862f6..9f9b447 100644 --- a/tests/f_bad_disconnected_inode/expect.1 +++ b/tests/f_bad_disconnected_inode/expect.1 @@ -2,9 +2,18 @@ Pass 1: Checking inodes, blocks, and sizes Inode 1 has EXTENTS_FL flag set on filesystem without extents support. Clear? yes +Inode 14 has INLINE_DATA_FL flag on filesystem without inline data support. +Clear? yes + +Inode 15 has INLINE_DATA_FL flag on filesystem without inline data support. +Clear? yes + Inode 15 has EXTENTS_FL flag set on filesystem without extents support. Clear? yes +Inode 16 has INLINE_DATA_FL flag on filesystem without inline data support. +Clear? yes + Inode 16 has EXTENTS_FL flag set on filesystem without extents support. Clear? yes