Revision 70fc55eb hw/virtio-9p-xattr.c

b/hw/virtio-9p-xattr.c
137 137

  
138 138
XattrOperations *mapped_xattr_ops[] = {
139 139
    &mapped_user_xattr,
140
    &mapped_pacl_xattr,
141
    &mapped_dacl_xattr,
140 142
    NULL,
141 143
};
142 144

  
143 145
XattrOperations *passthrough_xattr_ops[] = {
144 146
    &passthrough_user_xattr,
147
    &passthrough_acl_xattr,
145 148
    NULL,
146 149
};
147 150

  
148 151
/* for .user none model should be same as passthrough */
149 152
XattrOperations *none_xattr_ops[] = {
150 153
    &passthrough_user_xattr,
154
    &none_acl_xattr,
151 155
    NULL,
152 156
};

Also available in: Unified diff