attr.c (ddae9c2ea79449beb00027cf77fca6dc489f2d15) attr.c (16f7e0fe2ecc30f30652e8185e1772cdebe39109)
1/*
2 * linux/fs/attr.c
3 *
4 * Copyright (C) 1991, 1992 Linus Torvalds
5 * changes by Thomas Schoebel-Theuer
6 */
7
8#include <linux/module.h>
9#include <linux/time.h>
10#include <linux/mm.h>
11#include <linux/string.h>
12#include <linux/smp_lock.h>
1/*
2 * linux/fs/attr.c
3 *
4 * Copyright (C) 1991, 1992 Linus Torvalds
5 * changes by Thomas Schoebel-Theuer
6 */
7
8#include <linux/module.h>
9#include <linux/time.h>
10#include <linux/mm.h>
11#include <linux/string.h>
12#include <linux/smp_lock.h>
13#include <linux/capability.h>
13#include <linux/fsnotify.h>
14#include <linux/fcntl.h>
15#include <linux/quotaops.h>
16#include <linux/security.h>
17
18/* Taken over from the old code... */
19
20/* POSIX UID/GID verification for setting inode attributes. */

--- 151 unchanged lines hidden ---
14#include <linux/fsnotify.h>
15#include <linux/fcntl.h>
16#include <linux/quotaops.h>
17#include <linux/security.h>
18
19/* Taken over from the old code... */
20
21/* POSIX UID/GID verification for setting inode attributes. */

--- 151 unchanged lines hidden ---