Whamcloud - gitweb
On a server, a file system object is uniquely identified by a fid, which is
authornikita <nikita>
Sat, 18 Oct 2008 17:14:45 +0000 (17:14 +0000)
committernikita <nikita>
Sat, 18 Oct 2008 17:14:45 +0000 (17:14 +0000)
commit0ad352cfebf46499bf9d3162e6c388f47e65f25d
tree1a8134f53a3d788d304adc801946cb59532d2716
parent0e531fd8833e5cddb1fcbbc9bfa76a50aa01b67f
On a server, a file system object is uniquely identified by a fid, which is
sufficient to locate and load all object state (inode). On a client, on the
other hand, more data are necessary instantiate an object. Change
lu_object_find() and friends to take additional `lu_conf' argument describing
object.  Typically this includes layout information.
b=16450
14 files changed:
lustre/ChangeLog
lustre/cmm/cmm_object.c
lustre/cmm/cmm_split.c
lustre/cmm/mdc_device.c
lustre/cmm/mdc_object.c
lustre/fid/fid_handler.c
lustre/fld/fld_handler.c
lustre/include/lu_object.h
lustre/include/md_object.h
lustre/mdd/mdd_object.c
lustre/mdt/mdt_handler.c
lustre/obdclass/dt_object.c
lustre/obdclass/lu_object.c
lustre/osd/osd_handler.c