Cleanup missing frees on some ioctls
authorSteve French <smfrench@gmail.com>
Thu, 29 Sep 2016 09:20:23 +0000 (04:20 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 28 Oct 2016 07:01:33 +0000 (03:01 -0400)
commitd8f4633d765f1c9b6e11d4f56e0567f5553fd901
treea73a1d646218748f2a8a7bc481d4e9c868e6aab9
parent588e5ed80f8ca9f709613d1dbd127cc87487e548
Cleanup missing frees on some ioctls

commit 24df1483c272c99ed88b0cba135d0e1dfdee3930 upstream.

Cleanup some missing mem frees on some cifs ioctls, and
clarify others to make more obvious that no data is returned.

Signed-off-by: Steve French <smfrench@gmail.com>
Acked-by: Sachin Prabhu <sprabhu@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/cifs/smb2ops.c