Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NFSD: Fix memory leak in encoding denied lock
Commit 8c7424c (nfsd4: don't try to encode conflicting owner if low on space) forgot free conf->data in nfsd4_encode_lockt and before sign conf->data to NULL in nfsd4_encode_lock_denied. Signed-off-by: Kinglong Mee <kinglongmee@gmail.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>
- Loading branch information