diff options
author | Matthew Wilcox <mawilcox@microsoft.com> | 2017-12-15 12:48:32 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-02-16 20:09:39 +0100 |
commit | e343f5fd73575876c30e2187608e6c246c2041cc (patch) | |
tree | b422bdb8b949020f36bc4ff4b885cce40ff63834 /fs/binfmt_elf_fdpic.c | |
parent | 5c2ea7f7bb2102a6b8caa057af628d1ee7783e24 (diff) |
cifs: Fix missing put_xid in cifs_file_strict_mmap
commit f04a703c3d613845ae3141bfaf223489de8ab3eb upstream.
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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'fs/binfmt_elf_fdpic.c')
0 files changed, 0 insertions, 0 deletions