search for: local_alloc_debug

Displaying 3 results from an estimated 3 matches for "local_alloc_debug".

2009 Mar 31
0
[PATCH] ocfs2: remove some pointless conditionals before kfree()
...o one is callint kthread_stop() for us so the kthread() api diff --git a/fs/ocfs2/localalloc.c b/fs/ocfs2/localalloc.c index ec70cdb..471597b 100644 --- a/fs/ocfs2/localalloc.c +++ b/fs/ocfs2/localalloc.c @@ -136,8 +136,7 @@ static void ocfs2_shutdown_la_debug(struct ocfs2_super *osb) if (osb->local_alloc_debug) debugfs_remove(osb->local_alloc_debug); - if (osb->local_alloc_debug_buf) - kfree(osb->local_alloc_debug_buf); + kfree(osb->local_alloc_debug_buf); osb->local_alloc_debug_buf = NULL; osb->local_alloc_debug = NULL; @@ -423,8 +422,7 @@ out: if (local_alloc_inode) i...
2009 Apr 17
26
OCFS2 1.4: Patches backported from mainline
Please review the list of patches being applied to the ocfs2 1.4 tree. All patches list the mainline commit hash. Thanks Sunil
2009 Mar 17
33
[git patches] Ocfs2 updates for 2.6.30
Hi, The following patches comprise the bulk of Ocfs2 updates for the 2.6.30 merge window. Aside from larger, more involved fixes, we're adding the following features, which I will describe in the order their patches are mailed. Sunil's exported some more state to our debugfs files, and consolidated some other aspects of our debugfs infrastructure. This will further aid us in debugging