From patchwork Wed Jun 4 22:54:57 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Haynes X-Patchwork-Id: 4297521 Return-Path: X-Original-To: patchwork-linux-nfs@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 164149F1D6 for ; Wed, 4 Jun 2014 22:55:20 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 535B120171 for ; Wed, 4 Jun 2014 22:55:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8677E20165 for ; Wed, 4 Jun 2014 22:55:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751504AbaFDWzL (ORCPT ); Wed, 4 Jun 2014 18:55:11 -0400 Received: from mail-pd0-f179.google.com ([209.85.192.179]:49333 "EHLO mail-pd0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751915AbaFDWzJ (ORCPT ); Wed, 4 Jun 2014 18:55:09 -0400 Received: by mail-pd0-f179.google.com with SMTP id fp1so160409pdb.24 for ; Wed, 04 Jun 2014 15:55:08 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=f1IA84xfrv4fHk9szkWGac8tpsSNIyu8Ibq3p7UfW1A=; b=TXkcl1PWWj1uIWBjCvb+pTHYFQJ6W+lgYyEcqql/5pYBf6SxsXHdwFJKqtjQqJu5Fj QXkY5pKTtKORVSrJBBtiwYRI5XtcksQrOGbRUvhUjyi9K30nC6YMHHbnWyJ/cqSnX1Pb vrLJ210Ll5C8VaoNn8w7wxpTLA1633t6jg3L1+sZYaeUFn3G78IQWgU1t+Ym4xwmp+ig rQL8gYOcCoWF3Bh6PIK/7VmAekBtVGwbck1a8np05CvWKtrgsztT5a9AxYNgm7X5jrdY 017+wWG4EYlvWYxCRSOH3AKAnl7dYh78xY+NJyG3R0tLShLjwFMNHGoZ2f+e/7mblrh9 P2Mw== X-Gm-Message-State: ALoCoQngSLUcn6JCACvot7IQbTATF3e84CkDFJ+mdsl/Prv9FQShBdfgD0DAEpbGyTSfWF6RjYnK X-Received: by 10.68.197.39 with SMTP id ir7mr69702066pbc.78.1401922507905; Wed, 04 Jun 2014 15:55:07 -0700 (PDT) Received: from localhost.localdomain ([50.242.95.105]) by mx.google.com with ESMTPSA id bc4sm14710220pbb.2.2014.06.04.15.55.07 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 04 Jun 2014 15:55:07 -0700 (PDT) From: Thomas Haynes X-Google-Original-From: Thomas Haynes To: trond.myklebust@primarydata.com, linux-nfs@vger.kernel.org Cc: Tom Haynes Subject: [PATCH] Fix typo in dprintk Date: Wed, 4 Jun 2014 15:54:57 -0700 Message-Id: <1401922497-50046-1-git-send-email-Thomas.Haynes@primarydata.com> X-Mailer: git-send-email 1.9.3 Sender: linux-nfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-nfs@vger.kernel.org X-Spam-Status: No, score=-7.5 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Tom Haynes In trond/testing Signed-off-by: Tom Haynes --- fs/nfs/filelayout/filelayout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/nfs/filelayout/filelayout.c b/fs/nfs/filelayout/filelayout.c index 7d479fd..4d1f99f 100644 --- a/fs/nfs/filelayout/filelayout.c +++ b/fs/nfs/filelayout/filelayout.c @@ -279,7 +279,7 @@ filelayout_set_layoutcommit(struct nfs_pgio_data *wdata) return; pnfs_set_layoutcommit(wdata); - dprintk("%s ionde %lu pls_end_pos %lu\n", __func__, hdr->inode->i_ino, + dprintk("%s inode %lu pls_end_pos %lu\n", __func__, hdr->inode->i_ino, (unsigned long) NFS_I(hdr->inode)->layout->plh_lwb); }