super.c (c45ac8887e778c4fa2b572c51a94a681a0955d4d) | super.c (a3063ab88fcbe5249f841cb95dfd626b8bf2674f) |
---|---|
1/* 2 * Copyright 2000 by Hans Reiser, licensing governed by reiserfs/README 3 * 4 * Trivial changes by Alan Cox to add the LFS fixes 5 * 6 * Trivial Changes: 7 * Rights granted to Hans Reiser to redistribute under other terms providing 8 * he accepts all liability including but not limited to patent, fitness 9 * for purpose, and direct or indirect claims arising from failure to perform. 10 * 11 * NO WARRANTY 12 */ 13 14#include <linux/module.h> 15#include <linux/slab.h> 16#include <linux/vmalloc.h> 17#include <linux/time.h> 18#include <asm/uaccess.h> 19#include <linux/reiserfs_fs.h> | 1/* 2 * Copyright 2000 by Hans Reiser, licensing governed by reiserfs/README 3 * 4 * Trivial changes by Alan Cox to add the LFS fixes 5 * 6 * Trivial Changes: 7 * Rights granted to Hans Reiser to redistribute under other terms providing 8 * he accepts all liability including but not limited to patent, fitness 9 * for purpose, and direct or indirect claims arising from failure to perform. 10 * 11 * NO WARRANTY 12 */ 13 14#include <linux/module.h> 15#include <linux/slab.h> 16#include <linux/vmalloc.h> 17#include <linux/time.h> 18#include <asm/uaccess.h> 19#include <linux/reiserfs_fs.h> |
20#include <linux/reiserfs_acl.h> | 20#include "acl.h" |
21#include "xattr.h" 22#include <linux/init.h> 23#include <linux/blkdev.h> 24#include <linux/buffer_head.h> 25#include <linux/exportfs.h> 26#include <linux/quotaops.h> 27#include <linux/vfs.h> 28#include <linux/mount.h> --- 2341 unchanged lines hidden --- | 21#include "xattr.h" 22#include <linux/init.h> 23#include <linux/blkdev.h> 24#include <linux/buffer_head.h> 25#include <linux/exportfs.h> 26#include <linux/quotaops.h> 27#include <linux/vfs.h> 28#include <linux/mount.h> --- 2341 unchanged lines hidden --- |