From patchwork Thu Nov 11 11:23:29 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: kbuild test robot X-Patchwork-Id: 70795 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 E2D47B7126 for ; Thu, 11 Nov 2010 22:23:36 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755729Ab0KKLXc (ORCPT ); Thu, 11 Nov 2010 06:23:32 -0500 Received: from mga01.intel.com ([192.55.52.88]:65200 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755560Ab0KKLXb (ORCPT ); Thu, 11 Nov 2010 06:23:31 -0500 Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP; 11 Nov 2010 03:23:31 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.59,182,1288594800"; d="scan'208";a="856470821" Received: from unknown (HELO localhost.localdomain) ([10.255.20.67]) by fmsmga001.fm.intel.com with ESMTP; 11 Nov 2010 03:23:30 -0800 Received: from wfg by localhost.localdomain with local (Exim 4.69) (envelope-from ) id 1PGVFZ-0001r7-Ay; Thu, 11 Nov 2010 19:23:29 +0800 Date: Thu, 11 Nov 2010 19:23:29 +0800 From: Wu Fengguang To: Trivial Patch Monkey Cc: "linux-ext4@vger.kernel.org" , LKML Subject: [PATCH] ext4: fix redirty_page_for_writepage() typo in comment Message-ID: <20101111112329.GA6923@localhost> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-ext4-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org Signed-off-by: Wu Fengguang --- -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/fs/ext4/inode.c b/fs/ext4/inode.c index 1916164..b82fbd9 100644 --- a/fs/ext4/inode.c +++ b/fs/ext4/inode.c @@ -3357,7 +3357,7 @@ int ext4_alloc_da_blocks(struct inode *inode) * doing I/O at all. * * We could call write_cache_pages(), and then redirty all of - * the pages by calling redirty_page_for_writeback() but that + * the pages by calling redirty_page_for_writepage() but that * would be ugly in the extreme. So instead we would need to * replicate parts of the code in the above functions, * simplifying them becuase we wouldn't actually intend to