]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - security/tomoyo/tomoyo.c
TOMOYO: Rename symbols.
[net-next-2.6.git] / security / tomoyo / tomoyo.c
index 7be732cadd475fbb5c16269b33b786c6581bc9a7..95d3f95722378583c4a0bbd1bb97f77d4368d155 100644 (file)
@@ -142,7 +142,7 @@ static int tomoyo_path_mknod(struct path *parent, struct dentry *dentry,
        default:
                goto no_dev;
        }
-       return tomoyo_path_number3_perm(type, &path, perm, dev);
+       return tomoyo_mkdev_perm(type, &path, perm, dev);
  no_dev:
        switch (mode & S_IFMT) {
        case S_IFIFO: