From: Darrick J. Wong <darrick.wong@xxxxxxxxxx> Set fdhash_head to zero once we've destroyed the handle list to avoid dangling pointer problems. Signed-off-by: Darrick J. Wong <darrick.wong@xxxxxxxxxx> --- libhandle/handle.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libhandle/handle.c b/libhandle/handle.c index e6971dd..878d14d 100644 --- a/libhandle/handle.c +++ b/libhandle/handle.c @@ -73,6 +73,7 @@ fshandle_destroy(void) free(h); h = nexth; } + fdhash_head = NULL; } int -- To unsubscribe from this list: send the line "unsubscribe linux-xfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html