Whamcloud - gitweb
1)update snapfs, add more hooks for dir ops, some fixes for snap setup.
[fs/lustre-release.git] / lustre / smfs / sysctl.c
index 8c6feab..7a36c65 100644 (file)
@@ -1,7 +1,10 @@
 /* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*-
  * vim:expandtab:shiftwidth=8:tabstop=8:
  *
- *  Copyright (C) 2004 Cluster File Systems, Inc.
+ *  lustre/smfs/inode.c
+ *  Lustre filesystem abstraction routines
+ *
+ *  Copyright (C) 2002, 2003 Cluster File Systems, Inc.
  *
  *   This file is part of Lustre, http://www.lustre.org.
  *
@@ -17,7 +20,6 @@
  *   You should have received a copy of the GNU General Public License
  *   along with Lustre; if not, write to the Free Software
  *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- *
  */
 
 #define DEBUG_SUBSYSTEM S_SM
@@ -34,6 +36,7 @@
 #include <linux/obd_support.h>
 #include <linux/lustre_lib.h>
 #include <linux/lustre_idl.h>
+#include <linux/lustre_fsfilt.h>
 #include <linux/lustre_smfs.h>
 
 #include "smfs_internal.h"