commit | 74dbafaf5d84b5187e50dbe82442ec8df66d55b3 | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@redhat.com> | Wed Jun 06 12:53:48 2012 -0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Tue Jul 10 16:41:34 2012 -0400 |
tree | d31e1c1d7c1691893b91ae3bc1453fa6eb46d585 | |
parent | 2930d381d22b9c56f40dd4c63a8fa59719ca2c3c [diff] |
nfsd4: release openowners on free in >=4.1 case We don't need to keep openowners around in the >=4.1 case, because they aren't needed to handle CLOSE replays any more (that's a problem for sessions). And doing so causes unexpected failures on a subsequent destroy_clientid to fail. We probably also need something comparable for lock owners on last unlock. Signed-off-by: J. Bruce Fields <bfields@redhat.com>