Whamcloud - gitweb
reworked symlink() and readlink():
authorhuanghua <huanghua>
Tue, 1 Aug 2006 16:15:27 +0000 (16:15 +0000)
committerhuanghua <huanghua>
Tue, 1 Aug 2006 16:15:27 +0000 (16:15 +0000)
commit306083808413a9ebf9953e95add56e7181eb282d
tree58e0080f7ab115a19024b049986c921a78040794
parent2d2b8b65ec47e4fb43b24d89338f5fd26e3525ae
reworked symlink() and readlink():
(1)symlink is implemented similar to other file type;
(2)target name is written to the regular file with dbo_write();
(3)taget name is read with dbo_read().
lustre/cmm/cmm_object.c
lustre/include/dt_object.h
lustre/include/md_object.h
lustre/mdd/mdd_handler.c
lustre/osd/osd_handler.c