From 66c4259e43227d644d533bec17bfb07e019bf3b1 Mon Sep 17 00:00:00 2001 From: nic Date: Mon, 30 Aug 2004 17:28:10 +0000 Subject: [PATCH] b=4265 p=adilger (his work) land b1_4_bug4265 (20040830_0917) on b1_4 --- lustre/lvfs/lvfs_internal.h | 3 +++ lustre/lvfs/lvfs_userfs.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lustre/lvfs/lvfs_internal.h b/lustre/lvfs/lvfs_internal.h index d74bafd..15382a1 100644 --- a/lustre/lvfs/lvfs_internal.h +++ b/lustre/lvfs/lvfs_internal.h @@ -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); diff --git a/lustre/lvfs/lvfs_userfs.c b/lustre/lvfs/lvfs_userfs.c index 396ee30..bca6e6a 100644 --- a/lustre/lvfs/lvfs_userfs.c +++ b/lustre/lvfs/lvfs_userfs.c @@ -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. -- 1.8.3.1