X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Finclude%2Flustre_net.h;h=f96ac9a17213773b7fa27172bd1f71a230a9736c;hp=db7d8fad24de71f1c8525b2b58859d17a919e9b5;hb=8f1c8dbe2389e1ef1e1d3387e343fb9a1bb84198;hpb=f4b93dff9a8f4a59976ea864c4e3c2c42faa5770;ds=sidebyside diff --git a/lustre/include/lustre_net.h b/lustre/include/lustre_net.h index db7d8fa..f96ac9a 100644 --- a/lustre/include/lustre_net.h +++ b/lustre/include/lustre_net.h @@ -3214,7 +3214,6 @@ void lustre_msg_set_flags(struct lustre_msg *msg, __u32 flags); void lustre_msg_clear_flags(struct lustre_msg *msg, __u32 flags); __u32 lustre_msg_get_op_flags(struct lustre_msg *msg); void lustre_msg_add_op_flags(struct lustre_msg *msg, __u32 flags); -void lustre_msg_set_op_flags(struct lustre_msg *msg, __u32 flags); struct lustre_handle *lustre_msg_get_handle(struct lustre_msg *msg); __u32 lustre_msg_get_type(struct lustre_msg *msg); __u32 lustre_msg_get_version(struct lustre_msg *msg); @@ -3231,7 +3230,6 @@ void lustre_msg_set_slv(struct lustre_msg *msg, __u64 slv); void lustre_msg_set_limit(struct lustre_msg *msg, __u64 limit); int lustre_msg_get_status(struct lustre_msg *msg); __u32 lustre_msg_get_conn_cnt(struct lustre_msg *msg); -int lustre_msg_is_v1(struct lustre_msg *msg); __u32 lustre_msg_get_magic(struct lustre_msg *msg); __u32 lustre_msg_get_timeout(struct lustre_msg *msg); __u32 lustre_msg_get_service_time(struct lustre_msg *msg);