nfsd4: warn on open failure after create
authorJ. Bruce Fields <bfields@redhat.com>
Thu, 13 Oct 2011 15:37:11 +0000 (11:37 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Mon, 17 Oct 2011 21:50:08 +0000 (17:50 -0400)
If we create the object and then return failure to the client, we're
left with an unexpected file in the filesystem.

I'm trying to eliminate such cases but not 100% sure I have so an
assertion might be helpful for now.

Signed-off-by: J. Bruce Fields <bfields@redhat.com>

No differences found