diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2008-04-29 12:53:08 +1000 |
---|---|---|
committer | Lachlan McIlroy <lachlan@redback.melbourne.sgi.com> | 2008-04-29 15:58:14 +1000 |
commit | fe0754f0e5c0f070bf82b6e7e5e8fa5a188163fc (patch) | |
tree | 719184a179ddfe934406637719111a4ac413115e /fs/xfs | |
parent | 7155054c9d8b5974f6e788b46939b419bd5fb020 (diff) | |
download | linux-3.10-fe0754f0e5c0f070bf82b6e7e5e8fa5a188163fc.tar.gz linux-3.10-fe0754f0e5c0f070bf82b6e7e5e8fa5a188163fc.tar.bz2 linux-3.10-fe0754f0e5c0f070bf82b6e7e5e8fa5a188163fc.zip |
[XFS] remove xfs_log_ticket_zone on rmmod
Fix bug introduced in commit eb01c9cd87c7a9998c2edf209721ea069e3e3652 aka
"[XFS] Remove the xlog_ticket allocator"
SGI-PV: 980887
SGI-Modid: xfs-linux-melb:xfs-kern:30995a
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: David Chinner <dgc@sgi.com>
Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
Diffstat (limited to 'fs/xfs')
-rw-r--r-- | fs/xfs/xfs_vfsops.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/xfs_vfsops.c b/fs/xfs/xfs_vfsops.c index fc48158fe47..30bacd8bb0e 100644 --- a/fs/xfs/xfs_vfsops.c +++ b/fs/xfs/xfs_vfsops.c @@ -186,6 +186,7 @@ xfs_cleanup(void) kmem_zone_destroy(xfs_efi_zone); kmem_zone_destroy(xfs_ifork_zone); kmem_zone_destroy(xfs_ili_zone); + kmem_zone_destroy(xfs_log_ticket_zone); } /* |