commit | bb41292b4c4e956b5b776970d28630f04c4dd609 | [log] [tgz] |
---|---|---|
author | Oleg Drokin <green@linuxhacker.ru> | Wed Mar 30 19:48:38 2016 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Mar 30 21:38:13 2016 -0700 |
tree | 7027e1f1b43de7edc8adac234fe739f08a9d6201 | |
parent | 1929c433854c7673fd2d983ef8cf15cf13306d5c [diff] |
staging/lustre: Remove struct ll_iattr This was a compat code from the time it had ia_attr_flags. Instead convert all the cryptic callers that did ((struct ll_iattr *)&op_data->op_attr)->ia_attr_flags into direct access to op_data->op_attr_flags This also makes lustre/include/linux/obd.h not needed anymore, so remove it. Signed-off-by: Oleg Drokin <green@linuxhacker.ru> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>