nfsd4_list_rec_dir(): don't bother with reopening rec_file
authorAl Viro <viro@zeniv.linux.org.uk>
Thu, 7 Jul 2011 22:43:21 +0000 (18:43 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 20 Jul 2011 05:44:23 +0000 (01:44 -0400)
commit5b4b299cc7b6adfb9401bf7f826a80f190b971be
treef897ca34aa49f28292f4951ca00a71efac7f24aa
parente7f59097071f2e193e900093742a4be85839f3d9
nfsd4_list_rec_dir(): don't bother with reopening rec_file

just rewind it to the beginning before vfs_readdir() and be
done with that...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/nfsd/nfs4recover.c