commit | 0eadd1028858b193ce8cdc36bf443d39b42141ca | [log] [tgz] |
---|---|---|
author | Jie Liu <jeff.liu@oracle.com> | Mon Aug 12 20:49:56 2013 +1000 |
committer | Ben Myers <bpm@sgi.com> | Mon Aug 12 17:45:49 2013 -0500 |
tree | 22f1624807ae9a75cc7adaf16a607e1f88ac0dd8 | |
parent | 9356fe22af084e7b9c1f3c8633a1cbe9b36de405 [diff] |
xfs: Introduce a new structure to hold transaction reservation items Introduce a new structure xfs_trans_res to hold transaction reservation item info per log ticket. We also need to improve xfs_trans_resv_calc() by initializing the log count as well as log flags for permanent log reservation. Signed-off-by: Jie Liu <jeff.liu@oracle.com> Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Mark Tinguely <tinguely@sgi.com> Signed-off-by: Ben Myers <bpm@sgi.com>