namei.c (5a84d159061d914c8dd4aa372ac6e9529c2be453) | namei.c (a569425512253992cc64ebf8b6d00a62f986db3e) |
---|---|
1/* 2 * namei.c - NTFS kernel directory inode operations. Part of the Linux-NTFS 3 * project. 4 * 5 * Copyright (c) 2001-2006 Anton Altaparmakov 6 * 7 * This program/include file is free software; you can redistribute it and/or 8 * modify it under the terms of the GNU General Public License as published --- 7 unchanged lines hidden (view full) --- 16 * 17 * You should have received a copy of the GNU General Public License 18 * along with this program (in the main directory of the Linux-NTFS 19 * distribution in the file COPYING); if not, write to the Free Software 20 * Foundation,Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 21 */ 22 23#include <linux/dcache.h> | 1/* 2 * namei.c - NTFS kernel directory inode operations. Part of the Linux-NTFS 3 * project. 4 * 5 * Copyright (c) 2001-2006 Anton Altaparmakov 6 * 7 * This program/include file is free software; you can redistribute it and/or 8 * modify it under the terms of the GNU General Public License as published --- 7 unchanged lines hidden (view full) --- 16 * 17 * You should have received a copy of the GNU General Public License 18 * along with this program (in the main directory of the Linux-NTFS 19 * distribution in the file COPYING); if not, write to the Free Software 20 * Foundation,Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 21 */ 22 23#include <linux/dcache.h> |
24#include <linux/exportfs.h> |
|
24#include <linux/security.h> 25 26#include "attrib.h" 27#include "debug.h" 28#include "dir.h" 29#include "mft.h" 30#include "ntfs.h" 31 --- 494 unchanged lines hidden --- | 25#include <linux/security.h> 26 27#include "attrib.h" 28#include "debug.h" 29#include "dir.h" 30#include "mft.h" 31#include "ntfs.h" 32 --- 494 unchanged lines hidden --- |