xfs: Introduce a new structure to hold transaction reservation items
[deliverable/linux.git] / fs / xfs / xfs_trans.c
index cc824effd3057b41c80a411382c68931d97bf372..e0f93f957c5ccd13d4e317ac6772648228e99f1f 100644 (file)
@@ -56,7 +56,7 @@ void
 xfs_trans_init(
        struct xfs_mount        *mp)
 {
-       xfs_trans_resv_calc(mp, &mp->m_reservations);
+       xfs_trans_resv_calc(mp, &mp->m_resv);
 }
 
 /*
This page took 0.067988 seconds and 5 git commands to generate.