1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
/* * linux/fs/ext2/acl.c * * Copyright (C) 1993, 1994, 1995 * Remy Card (card@masi.ibp.fr) * Laboratoire MASI - Institut Blaise Pascal * Universite Pierre et Marie Curie (Paris VI) */ #include <linux/fs.h> #include <linux/sched.h> /* * This file will contain the Access Control Lists management for the * second extended file system. */