X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fsmfs%2Fsm_fs.c;h=e8709f854c0beeacbd968beac6a5abda28320ac3;hb=def4ec88f48ec7204632df8ecafbe2db45627f69;hp=19283aea68e7ccafbbd318b62ac37f1749274f57;hpb=cd9c585e8c7bdd6cfd802be64ef277dfd466be17;p=fs%2Flustre-release.git diff --git a/lustre/smfs/sm_fs.c b/lustre/smfs/sm_fs.c index 19283ae..e8709f8 100644 --- a/lustre/smfs/sm_fs.c +++ b/lustre/smfs/sm_fs.c @@ -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 #include #include +#include #include #include "smfs_internal.h"