diff options
author | Dave Chinner <dchinner@redhat.com> | 2014-06-06 15:20:02 +1000 |
---|---|---|
committer | Dave Chinner <david@fromorbit.com> | 2014-06-06 15:20:02 +1000 |
commit | 7ab610f9e0f1701b7b319bdc946b9804fb79e780 (patch) | |
tree | 388cd5166ab84962462e94404920c1750892d1a6 /fs/xfs/xfs_dir2.c | |
parent | ed358c0058fc7d97807c92333a4e06117a4be5fe (diff) | |
download | linux-7ab610f9e0f1701b7b319bdc946b9804fb79e780.tar.gz linux-7ab610f9e0f1701b7b319bdc946b9804fb79e780.tar.bz2 linux-7ab610f9e0f1701b7b319bdc946b9804fb79e780.zip |
xfs: move node entry counts to 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_dir2.c')
-rw-r--r-- | fs/xfs/xfs_dir2.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/xfs/xfs_dir2.c b/fs/xfs/xfs_dir2.c index aafe5e12c8d9..97f1802a9018 100644 --- a/fs/xfs/xfs_dir2.c +++ b/fs/xfs/xfs_dir2.c @@ -144,9 +144,6 @@ xfs_da_mount( else mp->m_dirnameops = &xfs_default_nameops; - /* XXX: these are to be removed as code is converted to use geo */ - mp->m_dir_node_ents = mp->m_dir_geo->node_ents; - mp->m_attr_node_ents = mp->m_attr_geo->node_ents; return 0; } |