linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Manish Katiyar" <mkatiyar@gmail.com>
To: linux-ext4@vger.kernel.org, linux-fsdevel@vger.kernel.org,
	kernel-janitors@vger.kernel.org
Subject: [PATCH] ext2 : correct comments in fs/ext2/balloc.c
Date: Tue, 3 Jun 2008 17:55:08 +0530	[thread overview]
Message-ID: <ea11fea30806030525j3112c599ra1ce6429906c7a69@mail.gmail.com> (raw)

Resending with Mark's comment incorporated.

This patch corrects the wrong function name mentioned in the comments
of ext2_free_blocks()  function

==========================================================

Signed-off-by: Manish Katiyar <mkatiyar@gmail.com>
Reviewed-by: Mark Asselstine <mark.asselstine@windriver.com>

diff --git a/fs/ext2/balloc.c b/fs/ext2/balloc.c
index 10bb02c..12a24c0 100644
--- a/fs/ext2/balloc.c
+++ b/fs/ext2/balloc.c
@@ -478,7 +478,7 @@ void ext2_discard_reservation(struct inode *inode)
 }

 /**
- * ext2_free_blocks_sb() -- Free given blocks and update quota and i_blocks
+ * ext2_free_blocks() -- Free given blocks and update quota and i_blocks
  * @inode:             inode
  * @block:             start physcial block to free
  * @count:             number of blocks to free


============================================================
-- 
Thanks & Regards,
********************************************
Manish Katiyar ( http://mkatiyar.googlepages.com )
3rd Floor, Fair Winds Block
EGL Software Park
Off Intermediate Ring Road
Bangalore 560071, India
***********************************************

             reply	other threads:[~2008-06-03 12:25 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-03 12:25 Manish Katiyar [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-05-31 18:15 [PATCH] ext2 : correct comments in fs/ext2/balloc.c Manish Katiyar
2008-06-03 12:16 ` Mark Asselstine
2008-06-03 12:19   ` Manish Katiyar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ea11fea30806030525j3112c599ra1ce6429906c7a69@mail.gmail.com \
    --to=mkatiyar@gmail.com \
    --cc=kernel-janitors@vger.kernel.org \
    --cc=linux-ext4@vger.kernel.org \
    --cc=linux-fsdevel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).