Whamcloud - gitweb
Reinstate the delete_inode methods. We now make a copy of the superblock
authoradilger <adilger>
Fri, 29 Mar 2002 12:32:47 +0000 (12:32 +0000)
committeradilger <adilger>
Fri, 29 Mar 2002 12:32:47 +0000 (12:32 +0000)
commite54e9cbbb8330ae36b81b33cde2506cbf2f229f9
tree90b70fcde78bae43928bcf15a3e32bd60446bfa6
parentc1e963d3f9f0043392638aca62b04b275b52bad6
Reinstate the delete_inode methods.  We now make a copy of the superblock
operations table for the MDS superblock so we don't affect other users of
that client filesystem type.

I also removed a duplicate call to rpc_unregister_service() in mds_cleanup.
This is what was causing the "rpc unable to unregister 12" type messages at
cleanup.
lustre/mds/handler.c
lustre/mds/mds_reint.c