diff options
Diffstat (limited to 'fs/xfs/xfs_dir2.c')
-rw-r--r-- | fs/xfs/xfs_dir2.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/xfs/xfs_dir2.c b/fs/xfs/xfs_dir2.c index 2685552480f0..aafe5e12c8d9 100644 --- a/fs/xfs/xfs_dir2.c +++ b/fs/xfs/xfs_dir2.c | |||
@@ -146,9 +146,7 @@ xfs_da_mount( | |||
146 | 146 | ||
147 | /* XXX: these are to be removed as code is converted to use geo */ | 147 | /* XXX: these are to be removed as code is converted to use geo */ |
148 | mp->m_dir_node_ents = mp->m_dir_geo->node_ents; | 148 | mp->m_dir_node_ents = mp->m_dir_geo->node_ents; |
149 | mp->m_dir_magicpct = mp->m_dir_geo->magicpct; | ||
150 | mp->m_attr_node_ents = mp->m_attr_geo->node_ents; | 149 | mp->m_attr_node_ents = mp->m_attr_geo->node_ents; |
151 | mp->m_attr_magicpct = mp->m_attr_geo->magicpct; | ||
152 | return 0; | 150 | return 0; |
153 | } | 151 | } |
154 | 152 | ||