projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7155054
)
[XFS] remove xfs_log_ticket_zone on rmmod
author
Alexey Dobriyan
<adobriyan@gmail.com>
Tue, 29 Apr 2008 02:53:08 +0000
(12:53 +1000)
committer
Lachlan McIlroy
<lachlan@redback.melbourne.sgi.com>
Tue, 29 Apr 2008 05:58:14 +0000
(15:58 +1000)
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>
fs/xfs/xfs_vfsops.c
patch
|
blob
|
history
diff --git
a/fs/xfs/xfs_vfsops.c
b/fs/xfs/xfs_vfsops.c
index fc48158fe4797acae6de9c0c9152ce506c2f154e..30bacd8bb0e5b8a86251e3dbe03f9fe2c6f08ace 100644
(file)
--- 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);
}
/*