Whamcloud - gitweb
- The log replay used by ll_fill_super uses a tag to create unique
authorrread <rread>
Mon, 6 Oct 2003 08:28:45 +0000 (08:28 +0000)
committerrread <rread>
Mon, 6 Oct 2003 08:28:45 +0000 (08:28 +0000)
commit1d54baf3f2a0c66b59b56d8819e78cb5ccb3ff0d
treec4dfe11b68230ddb28fa762fbdb14d5109cf2c7c
parent0d31d2c85eea418137cbbc9509e10820fb6571fe
- The log replay used by ll_fill_super uses a tag to create unique
names, and uses the sb_uuid as their common obd_uuid.  This allows
mount to be used several times to mount the same profile, and so we
can now (finally) mount an lov more than once on a client. (At least a
single node config, real clients coming very soon.) See replay-dual.sh
for a partial glimpse of the future.

- use copy_from_user correctly for lustre_cfg.
lustre/include/linux/lustre_cfg.h
lustre/obdclass/config.c
lustre/utils/llmount.c