target: move node ACL allocation to core code
[linux-2.6-block.git] / drivers / target / tcm_fc / tcm_fc.h
index 881deb3d499adc57e578ce9af9890953f9281f2a..4ceaeb9a4b93130e4de2939b4b8011efb10af517 100644 (file)
@@ -80,8 +80,8 @@ struct ft_node_auth {
  * Node ACL for FC remote port session.
  */
 struct ft_node_acl {
-       struct ft_node_auth node_auth;
        struct se_node_acl se_node_acl;
+       struct ft_node_auth node_auth;
 };
 
 struct ft_lun {