commit | 9280a601e6080c9ff658468c1c775ff6514099a6 | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@redhat.com> | Tue Nov 14 14:43:56 2017 -0500 |
committer | Jeff Layton <jlayton@redhat.com> | Wed Nov 15 08:08:36 2017 -0500 |
tree | 0a5dc48bc01349b5c46a24427cd75616e0bc2e51 | |
parent | 4e897f5bb9af5a1d4da07ae0c6598c6ee4e08471 [diff] |
fcntl: don't leak fd reference when fixup_compat_flock fails Currently we just return err here, but we need to put the fd reference first. Fixes: 94073ad77fff (fs/locks: don't mess with the address limit in compat_fcntl64) Signed-off-by: Jeff Layton <jlayton@redhat.com>