Whamcloud - gitweb
b=3704
authorccooper <ccooper>
Tue, 14 Sep 2004 13:36:53 +0000 (13:36 +0000)
committerccooper <ccooper>
Tue, 14 Sep 2004 13:36:53 +0000 (13:36 +0000)
r=nic

- landing b_confobd.
  Uses new libsysio version: https://wiki.clusterfs.com/lustre/LustreHowto?action=AttachFile&do=get&target=libsysio-head.0809.tgz

lustre/lvfs/Makefile.mk
lustre/lvfs/lvfs_internal.h
lustre/obdclass/Makefile.mk

index bc1e6b2..7124ea4 100644 (file)
@@ -2,4 +2,4 @@ include $(src)/../portals/Kernelenv
 
 obj-y += lvfs.o fsfilt_ext3.o fsfilt_smfs.o
 lvfs-objs := fsfilt.o lvfs_common.o llog_lvfs.o lvfs_linux.o 
-lvfs-objs += llog.o llog_cat.o lvfs_reint.o lvfs_undo.o
+lvfs-objs += llog.o llog_cat.o 
index 15382a1..c576b78 100644 (file)
@@ -10,5 +10,8 @@ void fsfilt_ldiskfs_exit(void);
 int  fsfilt_reiser_init(void);
 void fsfilt_reiser_exit(void);
 
+void lvfs_mount_list_init(void);
+void lvfs_mount_list_cleanup(void);
+
 int lookup_by_path(char *path, int flags, struct nameidata *nd);
-struct dentry *lookup_create(struct nameidata *nd, int is_dir);
+
index f01b998..af70c30 100644 (file)
@@ -5,11 +5,12 @@
 
 include $(src)/../portals/Kernelenv
 
-obj-y += obdclass.o
+obj-y += obdclass.o confobd.o
 obdclass-objs := class_obd.o debug.o \
                genops.o sysctl.o uuid.o lprocfs_status.o lustre_handles.o \
                lustre_peer.o statfs_pack.o obdo.o llog_obd.o \
                obd_config.o llog_ioctl.o
+confobd-objs := conf_obd.o
 
 $(obj)/class_obd.o: lustre_build_version