/* * * Copyright (C) 2011 Novell Inc. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published by * the Free Software Foundation. */#include<uapi/linux/magic.h>#include<linux/fs.h>#include<linux/namei.h>#include<linux/xattr.h>#include<linux/mount.h>#include<linux/parser.h>#include<linux/module.h>#include<linux/statfs.h>#include<linux/seq_file.h>#include<linux/posix_acl_xattr.h>#include<linux/exportfs.h>#include"overlayfs.h"MODULE_AUTHOR("Miklos Szeredi <miklos@szeredi.hu>");MODULE_DESCRIPTION("Overlay filesystem");MODULE_LICENSE("GPL");structovl_dir_cache;#define OVL_MAX_STACK 500staticboolovl_redirect_dir_def=IS_ENABLED(CONFIG_OVERLAY_FS_REDIRECT_DIR);module