diff options
author | Jeff Layton <jlayton@primarydata.com> | 2014-12-13 15:11:39 +0100 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2015-01-07 19:38:21 +0100 |
commit | 94ae1db226a5bcbb48372d81161f084c9e283fd8 (patch) | |
tree | 696ef809d14d51b48112195e06dbf7bd599807c4 /fs/nfsd/nfs4proc.c | |
parent | Linux 3.19-rc3 (diff) | |
download | linux-94ae1db226a5bcbb48372d81161f084c9e283fd8.tar.xz linux-94ae1db226a5bcbb48372d81161f084c9e283fd8.zip |
nfsd: fix fi_delegees leak when fi_had_conflict returns true
Currently, nfs4_set_delegation takes a reference to an existing
delegation and then checks to see if there is a conflict. If there is
one, then it doesn't release that reference.
Change the code to take the reference after the check and only if there
is no conflict.
Signed-off-by: Jeff Layton <jlayton@primarydata.com>
Cc: stable@vger.kernel.org
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'fs/nfsd/nfs4proc.c')
0 files changed, 0 insertions, 0 deletions