2008-06-03 12:25:08

by Manish Katiyar

[permalink] [raw]
Subject: [PATCH] ext2 : correct comments in fs/ext2/balloc.c

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 <[email protected]>
Reviewed-by: Mark Asselstine <[email protected]>

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
***********************************************