From 3a863ffdd06e901cacf330cc8ac87d20d2ddcdc9 Mon Sep 17 00:00:00 2001 From: zab Date: Sat, 24 May 2003 01:23:45 +0000 Subject: [PATCH] - start to bring llite into the fold - fix up the truncate page exporting patch - continue moving to 2.5's hlist d_hash usage - rename ext2_* to ll_ext2* in llite to avoid link collisions - mknod's final arg is dev_t in 2.5, should also work in 2.4.. - create a shared lli init func - fix bad OBD_SLAB_FREE use in ll_destroy_inode - use ll_follow_link in 2.5? - minor path fixup in runregression-brw --- lustre/kernel_patches/series/jdike-2.5.69 | 2 ++ lustre/llite/Makefile.mk | 10 ++++++++++ 2 files changed, 12 insertions(+) create mode 100644 lustre/llite/Makefile.mk diff --git a/lustre/kernel_patches/series/jdike-2.5.69 b/lustre/kernel_patches/series/jdike-2.5.69 index 377bacf..cdeccef 100644 --- a/lustre/kernel_patches/series/jdike-2.5.69 +++ b/lustre/kernel_patches/series/jdike-2.5.69 @@ -1,3 +1,5 @@ lustre_version.h lustre-2.5.69-initial.diff ext3-san-jdike-2.5.69.patch +iopen-jdike-2.5.69.patch +export-truncate-2.5.63.patch diff --git a/lustre/llite/Makefile.mk b/lustre/llite/Makefile.mk new file mode 100644 index 0000000..1b182ce --- /dev/null +++ b/lustre/llite/Makefile.mk @@ -0,0 +1,10 @@ +# Copyright (C) 2003 Cluster File Systems, Inc. +# +# This code is issued under the GNU General Public License. +# See the file COPYING in this distribution + +include $(src)/../portals/Kernelenv + +obj-y += llite.o +llite-objs := dcache.o commit_callback.o super.o rw.o iod.o super25.o \ + file.o dir.o sysctl.o symlink.o namei.o lproc_llite.o -- 1.8.3.1