From patchwork Tue Oct 2 15:24:51 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mitch Harder X-Patchwork-Id: 1537961 Return-Path: X-Original-To: patchwork-linux-btrfs@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id DDA2940135 for ; Tue, 2 Oct 2012 15:25:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754110Ab2JBPZB (ORCPT ); Tue, 2 Oct 2012 11:25:01 -0400 Received: from mail-yx0-f174.google.com ([209.85.213.174]:35887 "EHLO mail-yx0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753317Ab2JBPZA (ORCPT ); Tue, 2 Oct 2012 11:25:00 -0400 Received: by yenm12 with SMTP id m12so1726788yen.19 for ; Tue, 02 Oct 2012 08:24:59 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:x-gm-message-state; bh=yr90gJglHNewuajRf2ki9JFIRJB83BALiQwONqiJU7E=; b=Ey67F86Z5pSXlCYE5knOuT6Q+xSPWyMfH0/SEdEc1c/rA89ojJGtGxNmKaApJd2hbW gxL0GoHXwEVPOWn1mOJubn6VFfDT7lXWtI+zA52+t5S6yGvJn1jWuquBWHx2FpAUJbaE BM7hCNUP/PiRfZzHuHJ3P/3WmetbLSVtqHTf5NG5CwZhKSf05uc5tIO4V22p4/+8j1Ce AMFwNjNLWAfgDPDL48PmZ1vLJ8rVo/3/Th6N3hJ3XzbUcFBsVsr9i3UH/xZZJ6f+kDF+ 0WH1AhQG2iSikZXrqTK0LeZfnnHgAN0emL0cWBgARgV6jjYDq+Sc3yktlaweEzK9CYyL DsbQ== Received: by 10.236.127.48 with SMTP id c36mr5587676yhi.20.1349191499485; Tue, 02 Oct 2012 08:24:59 -0700 (PDT) Received: from core2duo.gateway.2wire.net (108-84-253-144.lightspeed.moblal.sbcglobal.net. [108.84.253.144]) by mx.google.com with ESMTPS id z30sm1908245yhh.6.2012.10.02.08.24.58 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 02 Oct 2012 08:24:59 -0700 (PDT) From: Mitch Harder To: linux-btrfs@vger.kernel.org Cc: Mitch Harder Subject: [PATCH] Btrfs: Remove orphaned comment. Date: Tue, 2 Oct 2012 10:24:51 -0500 Message-Id: <1349191491-13238-1-git-send-email-mitch.harder@sabayonlinux.org> X-Mailer: git-send-email 1.7.8.6 X-Gm-Message-State: ALoCoQkEOFnAIcdEU3WUukoqqtt9jS9G6n0+7fgJGDdkUVqVYrksBIUixWZoVHzOYyx4BA3lUM34 Sender: linux-btrfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org Remove a comment that was orphaned by a previous commit which removed the function associated with the comment. See commit efd049fb26a162c3830fd3cb1001fdc09b147f3b This left the comment in a confusing context that seemed to be associated with another function. Signed-off-by: Mitch Harder --- fs/btrfs/inode.c | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/fs/btrfs/inode.c b/fs/btrfs/inode.c index 2c785c0..93e1351 100644 --- a/fs/btrfs/inode.c +++ b/fs/btrfs/inode.c @@ -2441,12 +2441,6 @@ out_kfree: return NULL; } -/* - * helper function for btrfs_finish_ordered_io, this - * just reads in some of the csum leaves to prime them into ram - * before we start the transaction. It limits the amount of btree - * reads required while inside the transaction. - */ /* as ordered data IO finishes, this gets called so we can finish * an ordered extent if the range of bytes in the file it covers are * fully written.