Whamcloud - gitweb
Branch HEAD
authorfanyong <fanyong>
Thu, 29 Nov 2007 03:59:48 +0000 (03:59 +0000)
committerfanyong <fanyong>
Thu, 29 Nov 2007 03:59:48 +0000 (03:59 +0000)
commitbf077c4ecd3a25132b35d15cd936a4ea5ef89ea8
tree3e7aba5fc56d3a57dfd3c31c2a6855be456fefd6
parent69efd816d879bda5627e68bf701fb420ac12f2b4
Branch HEAD
b=14135
i=nathan
i=huanghua

Original "mgc_logname2resid" process both "logname" (which consists of fsname-nodetype)
and "fsname", it can not distinguish "-" contained fsname and the logname.
Split it into two functions: "mgc_logname2resid" and "mgs_fsname2resid" for that.
lustre/include/lustre_disk.h
lustre/mdt/mdt_handler.c
lustre/mgc/mgc_request.c
lustre/mgs/mgs_handler.c