| .. | .. |
|---|
| 6 | 6 | */ |
|---|
| 7 | 7 | |
|---|
| 8 | 8 | #include <linux/slab.h> |
|---|
| 9 | +#include <uapi/linux/mount.h> |
|---|
| 9 | 10 | #include "common.h" |
|---|
| 10 | 11 | |
|---|
| 11 | 12 | /* String table for special mount operations. */ |
|---|
| .. | .. |
|---|
| 48 | 49 | { |
|---|
| 49 | 50 | const struct tomoyo_mount_acl *acl = |
|---|
| 50 | 51 | container_of(ptr, typeof(*acl), head); |
|---|
| 52 | + |
|---|
| 51 | 53 | return tomoyo_compare_number_union(r->param.mount.flags, |
|---|
| 52 | 54 | &acl->flags) && |
|---|
| 53 | 55 | tomoyo_compare_name_union(r->param.mount.type, |
|---|
| .. | .. |
|---|
| 88 | 90 | struct tomoyo_path_info rdir; |
|---|
| 89 | 91 | int need_dev = 0; |
|---|
| 90 | 92 | int error = -ENOMEM; |
|---|
| 93 | + |
|---|
| 91 | 94 | r->obj = &obj; |
|---|
| 92 | 95 | |
|---|
| 93 | 96 | /* Get fstype. */ |
|---|