| 164 | } |
| 165 | |
| 166 | static void |
| 167 | mac_mount_label_free(struct label *label) |
| 168 | { |
| 169 | |
| 170 | MAC_POLICY_PERFORM_NOSLEEP(mount_destroy_label, label); |
| 171 | mac_labelzone_free(label); |
| 172 | } |
| 173 | |
| 174 | void |
| 175 | mac_mount_destroy(struct mount *mp) |
no test coverage detected