commit | dfa18b117974d7667a2d5b941853fac3f2e256db | [log] [tgz] |
---|---|---|
author | Niv Sardi <xaiki@sgi.com> | Thu Mar 06 13:49:26 2008 +1100 |
committer | Lachlan McIlroy <lachlan@redback.melbourne.sgi.com> | Fri Apr 18 11:41:35 2008 +1000 |
tree | ec6035762d8c7b75435f76a7bae6688a6d218941 | |
parent | 5f90150abad61b49dbb4a6ca1087fe0a75001ef9 [diff] |
[XFS] kill t_sema member of struct xfs_trans It's completely unused so we might aswell kill it. Note that there is another t_sema in struct xlog_ticket, which is used and actually an sv_t despite the name. That one is left untouched by this patch. SGI-PV: 971186 SGI-Modid: xfs-linux-melb:xfs-kern:30591a Signed-off-by: Niv Sardi <xaiki@sgi.com> Signed-off-by: Christoph Hellwig <hch@infradead.org> Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>