All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MM: fix a typo of truncate_inode_pages_range
@ 2012-02-21  2:57 Liu Bo
  2012-02-22 12:37   ` Jan Kara
  0 siblings, 1 reply; 3+ messages in thread
From: Liu Bo @ 2012-02-21  2:57 UTC (permalink / raw)
  To: linux-kernel

The typo of API truncate_inode_pages_range is not updated.

Signed-off-by: Liu Bo <liubo2009@cn.fujitsu.com>
---
 mm/truncate.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/mm/truncate.c b/mm/truncate.c
index 632b15e..a188058 100644
--- a/mm/truncate.c
+++ b/mm/truncate.c
@@ -184,7 +184,7 @@ int invalidate_inode_page(struct page *page)
 }
 
 /**
- * truncate_inode_pages - truncate range of pages specified by start & end byte offsets
+ * truncate_inode_pages_range - truncate range of pages specified by start & end byte offsets
  * @mapping: mapping to truncate
  * @lstart: offset from which to truncate
  * @lend: offset to which to truncate
-- 
1.6.5.2


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

* Re: [PATCH] MM: fix a typo of truncate_inode_pages_range
  2012-02-21  2:57 [PATCH] MM: fix a typo of truncate_inode_pages_range Liu Bo
@ 2012-02-22 12:37   ` Jan Kara
  0 siblings, 0 replies; 3+ messages in thread
From: Jan Kara @ 2012-02-22 12:37 UTC (permalink / raw)
  To: Liu Bo; +Cc: linux-kernel, trivial, linux-mm

On Tue 21-02-12 10:57:20, Liu Bo wrote:
> The typo of API truncate_inode_pages_range is not updated.
  It's better to add more specific recipients of patches. It's too easy to
overlook a patch in 400+ daily messages on LKML. In this particular case
using trivial tree for merging would be appropriate. Added CCs.

								Honza
> 
> Signed-off-by: Liu Bo <liubo2009@cn.fujitsu.com>
> ---
>  mm/truncate.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/mm/truncate.c b/mm/truncate.c
> index 632b15e..a188058 100644
> --- a/mm/truncate.c
> +++ b/mm/truncate.c
> @@ -184,7 +184,7 @@ int invalidate_inode_page(struct page *page)
>  }
>  
>  /**
> - * truncate_inode_pages - truncate range of pages specified by start & end byte offsets
> + * truncate_inode_pages_range - truncate range of pages specified by start & end byte offsets
>   * @mapping: mapping to truncate
>   * @lstart: offset from which to truncate
>   * @lend: offset to which to truncate
> -- 
> 1.6.5.2
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
-- 
Jan Kara <jack@suse.cz>
SUSE Labs, CR

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

* Re: [PATCH] MM: fix a typo of truncate_inode_pages_range
@ 2012-02-22 12:37   ` Jan Kara
  0 siblings, 0 replies; 3+ messages in thread
From: Jan Kara @ 2012-02-22 12:37 UTC (permalink / raw)
  To: Liu Bo; +Cc: linux-kernel, trivial, linux-mm

On Tue 21-02-12 10:57:20, Liu Bo wrote:
> The typo of API truncate_inode_pages_range is not updated.
  It's better to add more specific recipients of patches. It's too easy to
overlook a patch in 400+ daily messages on LKML. In this particular case
using trivial tree for merging would be appropriate. Added CCs.

								Honza
> 
> Signed-off-by: Liu Bo <liubo2009@cn.fujitsu.com>
> ---
>  mm/truncate.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/mm/truncate.c b/mm/truncate.c
> index 632b15e..a188058 100644
> --- a/mm/truncate.c
> +++ b/mm/truncate.c
> @@ -184,7 +184,7 @@ int invalidate_inode_page(struct page *page)
>  }
>  
>  /**
> - * truncate_inode_pages - truncate range of pages specified by start & end byte offsets
> + * truncate_inode_pages_range - truncate range of pages specified by start & end byte offsets
>   * @mapping: mapping to truncate
>   * @lstart: offset from which to truncate
>   * @lend: offset to which to truncate
> -- 
> 1.6.5.2
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
-- 
Jan Kara <jack@suse.cz>
SUSE Labs, CR

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

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

end of thread, other threads:[~2012-02-22 12:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-21  2:57 [PATCH] MM: fix a typo of truncate_inode_pages_range Liu Bo
2012-02-22 12:37 ` Jan Kara
2012-02-22 12:37   ` Jan Kara

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.