commit | a738159df2b97398f960978272944cbdd8f726ef | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Wed Aug 13 16:04:05 2008 +1000 |
committer | Lachlan McIlroy <lachlan@redback.melbourne.sgi.com> | Wed Aug 13 16:04:05 2008 +1000 |
tree | 20959d5f1d941dd7c755bf9bc8141f20f97249dd | |
parent | 5e9da7b7a1edfc75a839b0269935393fa347f38b [diff] |
[XFS] don't leak m_fsname/m_rtname/m_logname Add a helper to free the m_fsname/m_rtname/m_logname allocations and use it properly for all mount failure cases. Also switch the allocations for these to kstrdup while we're at it. SGI-PV: 981498 SGI-Modid: xfs-linux-melb:xfs-kern:31728a Signed-off-by: Christoph Hellwig <hch@infradead.org> Signed-off-by: Niv Sardi <xaiki@sgi.com> Signed-off-by: David Chinner <david@fromorbit.com> Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>