Whamcloud - gitweb
minor fix for snap_inode_init
[fs/lustre-release.git] / lustre / smfs / sm_fs.c
index 19283ae..e8709f8 100644 (file)
@@ -1,6 +1,9 @@
 /* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*-
  * vim:expandtab:shiftwidth=8:tabstop=8:
  *
+ *  lustre/smfs/sm_fs.c
+ *  Lustre filesystem abstraction routines
+ *
  *  Copyright (C) 2004 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
@@ -37,6 +39,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"