Whamcloud - gitweb
We can never hit the end of mds_finish_open() with a non-zero error code
authoradilger <adilger>
Wed, 17 Dec 2003 19:48:16 +0000 (19:48 +0000)
committeradilger <adilger>
Wed, 17 Dec 2003 19:48:16 +0000 (19:48 +0000)
commit929440fba486b480dacb605234d46d7570d911f7
tree71c68057f40dc87460c00adaa7343a931794d0f8
parent8ff8576d2140069f47bd2b4081d33f4dbd488014
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.
lustre/mds/mds_open.c