Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cifs: Fix xid leak in cifs_ses_add_channel()
Before return, should free the xid, otherwise, the xid will be leaked. Fixes: d70e9fa ("cifs: try opening channels after mounting") Reviewed-by: Paulo Alcantara (SUSE) <[email protected]> Signed-off-by: Zhang Xiaoxu <[email protected]> Signed-off-by: Steve French <[email protected]>
- Loading branch information