aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_attr.c
diff options
context:
space:
mode:
authorDave Chinner <dchinner@redhat.com>2014-06-06 15:21:45 +1000
committerDave Chinner <david@fromorbit.com>2014-06-06 15:21:45 +1000
commitc2c4c477e0d02b0b352a71a25be56c9d35537265 (patch)
treec014163d3f5a2f851dd72f1c51dfe22db96eb936 /fs/xfs/xfs_attr.c
parentxfs: pass xfs_da_args to xfs_attr_leaf_newentsize (diff)
downloadlinux-dev-c2c4c477e0d02b0b352a71a25be56c9d35537265.tar.xz
linux-dev-c2c4c477e0d02b0b352a71a25be56c9d35537265.zip
xfs: replace attr LBSIZE with xfs_da_geometry
Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Brian Foster <bfoster@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
Diffstat (limited to 'fs/xfs/xfs_attr.c')
-rw-r--r--fs/xfs/xfs_attr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_attr.c b/fs/xfs/xfs_attr.c
index 3d8c03edf657..470a22d190fb 100644
--- a/fs/xfs/xfs_attr.c
+++ b/fs/xfs/xfs_attr.c
@@ -863,7 +863,7 @@ xfs_attr_leaf_get(xfs_da_args_t *args)
}
/*========================================================================
- * External routines when attribute list size > XFS_LBSIZE(mp).
+ * External routines when attribute list size > geo->blksize
*========================================================================*/
/*