staging/lustre/lustre_user.h: remove obsolete comments

This is only part of the original Lustre commit, main part of which changes
user space code. And now the comments above struct hsm_copy is no more true.

Lustre-change: http://review.whamcloud.com/4737
Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-2062
Signed-off-by: JC Lafoucriere <jacques-charles.lafoucriere@cea.fr>
Signed-off-by: Henri Doreau <henri.doreau@cea.fr>
Reviewed-by: John L. Hammond <john.hammond@intel.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Signed-off-by: Peng Tao <bergwolf@gmail.com>
Signed-off-by: Andreas Dilger <andreas.dilger@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
JC Lafoucriere 2014-01-22 21:36:18 +08:00 committed by Greg Kroah-Hartman
parent 7d4bae456c
commit a4c2a3a0a7

View file

@ -1158,12 +1158,6 @@ struct hsm_progress {
__u32 padding; __u32 padding;
}; };
/**
* Use by copytool during any hsm request they handled.
* This structure is initialized by llapi_hsm_copy_start()
* which is an helper over the ioctl() interface
* Store Lustre, internal use only, data.
*/
struct hsm_copy { struct hsm_copy {
__u64 hc_data_version; __u64 hc_data_version;
__u16 hc_flags; __u16 hc_flags;