Skip to content
Snippets Groups Projects
Commit 929440fb authored by Andreas Dilger's avatar Andreas Dilger
Browse files

We can never hit the end of mds_finish_open() with a non-zero error code

because we exit early on error, so the mds_destroy_mfd() is bogus.  I left
RETURN(rc) in case things change in the future though.

We don't use request_body() anywhere inside mds_put_write_access(), but
since all of that code is just commented out I didn't do a real cleanup.
Just a bogus compiler warning fixed.
parent 8ff8576d
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment