nfsd: recovery - make rec_file per net
authorStanislav Kinsbursky <skinsbursky@parallels.com>
Mon, 26 Nov 2012 13:16:25 +0000 (16:16 +0300)
committerJ. Bruce Fields <bfields@redhat.com>
Wed, 28 Nov 2012 15:13:53 +0000 (10:13 -0500)
Opening and closing of this file is done in client tracking init and exit
operations.
Client tracking is done in network namespace context already. So let's make
this file opened and closed per network context - this will simlify it's
management.

Signed-off-by: Stanislav Kinsbursky <skinsbursky@parallels.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>

No differences found