diff options
author | Zhi Yong Wu <wuzhy@linux.vnet.ibm.com> | 2013-08-12 03:14:58 +0000 |
---|---|---|
committer | Ben Myers <bpm@sgi.com> | 2013-08-20 15:42:41 -0500 |
commit | 2f21ff1cca79e1d7805416bac5356508e7e652d5 (patch) | |
tree | f56fb2199087a477828d68b56062565df00ffdbf /fs/xfs/xfs_ialloc.c | |
parent | b3c496343b98b76957005dfc5eb46eb0ca25c240 (diff) | |
download | op-kernel-dev-2f21ff1cca79e1d7805416bac5356508e7e652d5.zip op-kernel-dev-2f21ff1cca79e1d7805416bac5356508e7e652d5.tar.gz |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_ialloc.c b/fs/xfs/xfs_ialloc.c index 266024b..6bee95d 100644 --- a/fs/xfs/xfs_ialloc.c +++ b/fs/xfs/xfs_ialloc.c @@ -507,7 +507,7 @@ xfs_ialloc_next_ag( /* * Select an allocation group to look for a free inode in, based on the parent - * inode and then mode. Return the allocation group buffer. + * inode and the mode. Return the allocation group buffer. */ STATIC xfs_agnumber_t xfs_ialloc_ag_select( |