public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ext2: trivial fix to comment for ext2_free_blocks
@ 2012-05-18  7:04 Wang Sheng-Hui
  2012-05-18 13:25 ` Jan Kara
  0 siblings, 1 reply; 2+ messages in thread
From: Wang Sheng-Hui @ 2012-05-18  7:04 UTC (permalink / raw)
  To: Jan Kara, linux-ext4, linux-kernel

The function is ext2_free_blocks(), not ext2_free_blocks_sb().

Signed-off-by: Wang Sheng-Hui <shhuiw@gmail.com>
---
 fs/ext2/balloc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fs/ext2/balloc.c b/fs/ext2/balloc.c
index a8cbe1b..1a6bf5e 100644
--- a/fs/ext2/balloc.c
+++ b/fs/ext2/balloc.c
@@ -479,7 +479,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
-- 
1.7.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ext2: trivial fix to comment for ext2_free_blocks
  2012-05-18  7:04 [PATCH] ext2: trivial fix to comment for ext2_free_blocks Wang Sheng-Hui
@ 2012-05-18 13:25 ` Jan Kara
  0 siblings, 0 replies; 2+ messages in thread
From: Jan Kara @ 2012-05-18 13:25 UTC (permalink / raw)
  To: Wang Sheng-Hui; +Cc: Jan Kara, linux-ext4, linux-kernel

On Fri 18-05-12 15:04:45, Wang Sheng-Hui wrote:
> The function is ext2_free_blocks(), not ext2_free_blocks_sb().
  Thanks. Merged.

								Honza
> 
> Signed-off-by: Wang Sheng-Hui <shhuiw@gmail.com>
> ---
>  fs/ext2/balloc.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/fs/ext2/balloc.c b/fs/ext2/balloc.c
> index a8cbe1b..1a6bf5e 100644
> --- a/fs/ext2/balloc.c
> +++ b/fs/ext2/balloc.c
> @@ -479,7 +479,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
> -- 
> 1.7.1
> 
-- 
Jan Kara <jack@suse.cz>
SUSE Labs, CR

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-05-18 13:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-18  7:04 [PATCH] ext2: trivial fix to comment for ext2_free_blocks Wang Sheng-Hui
2012-05-18 13:25 ` Jan Kara

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox