Whamcloud - gitweb
LU-1330 obdclass: split client-server mount routines
authorLiu Xuezhao <xuezhao.liu@emc.com>
Mon, 17 Dec 2012 15:31:26 +0000 (23:31 +0800)
committerOleg Drokin <oleg.drokin@intel.com>
Mon, 1 Apr 2013 16:38:35 +0000 (12:38 -0400)
commiteca3d26005c16ba7b7cd74d17ad51f94ac7c482f
tree6444422ff64c138ac5392e28e29ba6710e64b8af
parentdad106e1272f2bae4920c081f56885efee274c57
LU-1330 obdclass: split client-server mount routines

Move server side mount routines to obd_mount_server.c.  Const correct
several server_name2xxx type functions.

Signed-off-by: Liu Xuezhao <xuezhao.liu@emc.com>
Signed-off-by: John L. Hammond <john.hammond@intel.com>
Change-Id: I8abdb6fdd0411f2e75f6fb6ee4ff8502e50ef213
Reviewed-on: http://review.whamcloud.com/2672
Tested-by: Hudson
Reviewed-by: Nathaniel Clark <nathaniel.l.clark@intel.com>
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Peng Tao <bergwolf@gmail.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/doc/Makefile.am
lustre/include/lustre_disk.h
lustre/include/obd_class.h
lustre/mgs/mgs_llog.c
lustre/obdclass/Makefile.in
lustre/obdclass/lprocfs_status.c
lustre/obdclass/obd_mount.c
lustre/obdclass/obd_mount_server.c [new file with mode: 0644]