commit | b20204310ad18516146264830bc7b840b6052d57 | [log] [tgz] |
---|---|---|
author | Jesper Juhl <jj@chaosbits.net> | Mon Sep 30 22:44:37 2013 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Sep 30 18:33:13 2013 -0700 |
tree | 6e444dce6e585d709c09e7d84e59cad6cfab516d | |
parent | 78b4c76b5f1371c6161f4d5f9f16e061d69170ae [diff] |
staging: lustre: Don't leak 'buffer' in cfs_get_environ() If 'down_read_trylock' fails we'll curently leak the memory allocated to 'buffer'. Fix the leak by simply kfree'ing 'buffer' before returning '-EDEADLK'. Signed-off-by: Jesper Juhl <jj@chaosbits.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>