Whamcloud - gitweb
b=4265
authornic <nic>
Mon, 30 Aug 2004 17:28:10 +0000 (17:28 +0000)
committernic <nic>
Mon, 30 Aug 2004 17:28:10 +0000 (17:28 +0000)
p=adilger (his work)

land b1_4_bug4265 (20040830_0917) on b1_4

lustre/lvfs/lvfs_internal.h
lustre/lvfs/lvfs_userfs.c

index d74bafd..15382a1 100644 (file)
@@ -4,6 +4,9 @@ void fsfilt_ext3_exit(void);
 int  fsfilt_extN_init(void);
 void fsfilt_extN_exit(void);
 
+int  fsfilt_ldiskfs_init(void);
+void fsfilt_ldiskfs_exit(void);
+
 int  fsfilt_reiser_init(void);
 void fsfilt_reiser_exit(void);
 
index 396ee30..bca6e6a 100644 (file)
@@ -1,7 +1,7 @@
 /* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*-
  * vim:expandtab:shiftwidth=8:tabstop=8:
  *
- *  lustre/lib/fsfilt_ext3.c
+ *  lustre/lib/lvfs_userfs.c
  *  Lustre filesystem abstraction routines
  *
  *  Copyright (C) 2002, 2003 Cluster File Systems, Inc.