lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 26 Jun 2012 22:35:05 +0800
From:	Chen Baozi <baozich@...il.com>
To:	bpm@....com
Cc:	xfs@....sgi.com, linux-kernel@...r.kernel.org,
	Chen Baozi <baozich@...il.com>
Subject: [PATCH] xfs: Fix comment typo of xfs_open_devices()

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

Signed-off-by: Chen Baozi <baozich@...il.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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ