commit | 34e6148a2c75abdde44071d1605d009d0ad92e5e | [log] [tgz] |
---|---|---|
author | Mike Marshall <hubcap@omnibond.com> | Thu Oct 18 13:58:25 2018 -0400 |
committer | Mike Marshall <hubcap@omnibond.com> | Thu Oct 18 13:58:25 2018 -0400 |
tree | 481bd5f5edb99ce91297d4bc954b2e36c01226da | |
parent | b5d72cdc53bd13a363943a67a8c5537b9524c94d [diff] |
orangefs: some error code paths missed kmem_cache_free If a slab cache object is allocated, it needs to be freed eventually, certainly before anyone unloads the module that allocated it. Signed-off-by: Mike Marshall <hubcap@omnibond.com>