From patchwork Tue Sep 28 16:53:10 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 215282 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id o8SGtwTs015111 for ; Tue, 28 Sep 2010 16:55:58 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756857Ab0I1QzY (ORCPT ); Tue, 28 Sep 2010 12:55:24 -0400 Received: from rcsinet10.oracle.com ([148.87.113.121]:56586 "EHLO rcsinet10.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756849Ab0I1QzU (ORCPT ); Tue, 28 Sep 2010 12:55:20 -0400 Received: from acsinet15.oracle.com (acsinet15.oracle.com [141.146.126.227]) by rcsinet10.oracle.com (Switch-3.4.2/Switch-3.4.2) with ESMTP id o8SGtC71005189 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 28 Sep 2010 16:55:14 GMT Received: from acsmt355.oracle.com (acsmt355.oracle.com [141.146.40.155]) by acsinet15.oracle.com (Switch-3.4.2/Switch-3.4.1) with ESMTP id o8SG2TeS004673; Tue, 28 Sep 2010 16:55:09 GMT Received: from abhmt013.oracle.com by acsmt354.oracle.com with ESMTP id 637673931285692794; Tue, 28 Sep 2010 09:53:14 -0700 Received: from chimera.site (/173.50.240.230) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Tue, 28 Sep 2010 09:53:12 -0700 Date: Tue, 28 Sep 2010 09:53:10 -0700 From: Randy Dunlap To: Stephen Rothwell , Sage Weil Cc: linux-next@vger.kernel.org, LKML , ceph-devel@vger.kernel.org Subject: [PATCH -next] ceph: fix debugfs warnings Message-Id: <20100928095310.2983a888.randy.dunlap@oracle.com> In-Reply-To: <20100928141823.8c61000e.sfr@canb.auug.org.au> References: <20100928141823.8c61000e.sfr@canb.auug.org.au> Organization: Oracle Linux Eng. X-Mailer: Sylpheed 2.7.1 (GTK+ 2.16.6; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Sender: ceph-devel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: ceph-devel@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter1.kernel.org [140.211.167.41]); Tue, 28 Sep 2010 16:55:58 +0000 (UTC) --- linux-next-20100927.orig/fs/ceph/debugfs.c +++ linux-next-20100927/fs/ceph/debugfs.c @@ -12,9 +12,10 @@ #include #include +#include "super.h" + #ifdef CONFIG_DEBUG_FS -#include "super.h" #include "mds_client.h" static int mdsmap_show(struct seq_file *s, void *p)