commit | f04a703c3d613845ae3141bfaf223489de8ab3eb | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <mawilcox@microsoft.com> | Fri Dec 15 12:48:32 2017 -0800 |
committer | Steve French <smfrench@gmail.com> | Wed Jan 24 19:49:06 2018 -0600 |
tree | 12d5c5ec922757e37040ab164b5dd50d2b6f400f | |
parent | d8ec913b178156661c2b941f94ec22487225d3dc [diff] |
cifs: Fix missing put_xid in cifs_file_strict_mmap If cifs_zap_mapping() returned an error, we would return without putting the xid that we got earlier. Restructure cifs_file_strict_mmap() and cifs_file_mmap() to be more similar to each other and have a single point of return that always puts the xid. Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com> Signed-off-by: Steve French <smfrench@gmail.com> CC: Stable <stable@vger.kernel.org>