aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_ialloc.c
diff options
context:
space:
mode:
authorZhi Yong Wu <wuzhy@linux.vnet.ibm.com>2013-08-11 23:14:58 -0400
committerBen Myers <bpm@sgi.com>2013-08-20 16:42:41 -0400
commit2f21ff1cca79e1d7805416bac5356508e7e652d5 (patch)
treef56fb2199087a477828d68b56062565df00ffdbf /fs/xfs/xfs_ialloc.c
parentb3c496343b98b76957005dfc5eb46eb0ca25c240 (diff)
xfs: fix the comment of xfs_ialloc_ag_select()
Signed-off-by: Zhi Yong Wu <wuzhy@linux.vnet.ibm.com> Reviewed-by: Mark Tinguely <tinguely@sgi.com> Signed-off-by: Ben Myers <bpm@sgi.com>
Diffstat (limited to 'fs/xfs/xfs_ialloc.c')
-rw-r--r--fs/xfs/xfs_ialloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_ialloc.c b/fs/xfs/xfs_ialloc.c
index 266024b3668c..6bee95d8a73e 100644
--- a/fs/xfs/xfs_ialloc.c
+++ b/fs/xfs/xfs_ialloc.c
@@ -507,7 +507,7 @@ xfs_ialloc_next_ag(
507 507
508/* 508/*
509 * Select an allocation group to look for a free inode in, based on the parent 509 * Select an allocation group to look for a free inode in, based on the parent
510 * inode and then mode. Return the allocation group buffer. 510 * inode and the mode. Return the allocation group buffer.
511 */ 511 */
512STATIC xfs_agnumber_t 512STATIC xfs_agnumber_t
513xfs_ialloc_ag_select( 513xfs_ialloc_ag_select(