linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] xfs: Fix comment typo of xfs_open_devices()
@ 2012-06-26 14:35 Chen Baozi
  2012-06-26 14:46 ` Ben Myers
  0 siblings, 1 reply; 2+ messages in thread
From: Chen Baozi @ 2012-06-26 14:35 UTC (permalink / raw)
  To: bpm; +Cc: xfs, linux-kernel, Chen Baozi

Since "get_sb_bdev()" has been changed to "mount_bdev()", fix
the comment accordingly.

Signed-off-by: Chen Baozi <baozich@gmail.com>
---
 fs/xfs/xfs_super.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fs/xfs/xfs_super.c b/fs/xfs/xfs_super.c
index 0d9de41..3cf4a5c 100644
--- a/fs/xfs/xfs_super.c
+++ b/fs/xfs/xfs_super.c
@@ -649,7 +649,7 @@ xfs_close_devices(
  *
  * We only have to handle opening the log and realtime volumes here if
  * they are present.  The data subvolume has already been opened by
- * get_sb_bdev() and is stored in sb->s_bdev.
+ * mount_bdev() and is stored in sb->s_bdev.
  */
 STATIC int
 xfs_open_devices(
-- 
1.7.1


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

* Re: [PATCH] xfs: Fix comment typo of xfs_open_devices()
  2012-06-26 14:35 [PATCH] xfs: Fix comment typo of xfs_open_devices() Chen Baozi
@ 2012-06-26 14:46 ` Ben Myers
  0 siblings, 0 replies; 2+ messages in thread
From: Ben Myers @ 2012-06-26 14:46 UTC (permalink / raw)
  To: Chen Baozi; +Cc: xfs, linux-kernel

On Tue, Jun 26, 2012 at 10:35:05PM +0800, Chen Baozi wrote:
> Since "get_sb_bdev()" has been changed to "mount_bdev()", fix
> the comment accordingly.
> 
> Signed-off-by: Chen Baozi <baozich@gmail.com>

Looks good.  Thanks Chen!
Reviewed-by: Ben Myers <bpm@sgi.com>


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

end of thread, other threads:[~2012-06-26 14:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-26 14:35 [PATCH] xfs: Fix comment typo of xfs_open_devices() Chen Baozi
2012-06-26 14:46 ` Ben Myers

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).