Whamcloud - gitweb
b 2295
authoryoufeng <youfeng>
Tue, 24 Feb 2004 06:56:16 +0000 (06:56 +0000)
committeryoufeng <youfeng>
Tue, 24 Feb 2004 06:56:16 +0000 (06:56 +0000)
commit71c9168c06217e42674c58b10a46fc0c3742992d
tree8de50951eabffa7a20a8ccb55915c6d341a07452
parentaece6e8f2b54158442c1adc9d5695c04e05fd199
b 2295
r Adilger

move defination IOC_MDC_GETSTRIPE and declaration op_create_file() to lustre_user.h cause it is needed for user-space apps.

add a funcation int get_file_stripe(char *path, struct lov_user_md *lum) in liblustreapi.c, which is used by user apps want to get Lustre files' stripe info
lustre/include/linux/lustre_user.h
lustre/include/linux/obd.h
lustre/utils/lfs.c
lustre/utils/liblustreapi.c