From: braam Date: Wed, 10 Oct 2001 18:02:22 +0000 (+0000) Subject: - ext2_obd.c --- fix the bugs in read/write for Linux 2.4.3 X-Git-Tag: v1_7_100~6069 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=23cb2304012eca005941811f0585aee5dd985cfc - ext2_obd.c --- fix the bugs in read/write for Linux 2.4.3 --- diff --git a/lustre/demos/Makefile.in b/lustre/demos/Makefile.in index 29e2815..ca03afe 100644 --- a/lustre/demos/Makefile.in +++ b/lustre/demos/Makefile.in @@ -92,7 +92,7 @@ DIST_COMMON = Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = tar +TAR = gtar GZIP_ENV = --best all: all-redirect .SUFFIXES: diff --git a/lustre/obdclass/Makefile.in b/lustre/obdclass/Makefile.in index 0248337..16dd2f7 100644 --- a/lustre/obdclass/Makefile.in +++ b/lustre/obdclass/Makefile.in @@ -116,7 +116,7 @@ DIST_COMMON = Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = tar +TAR = gtar GZIP_ENV = --best DEP_FILES = .deps/class_obd.P .deps/genops.P .deps/proc_lustre.P \ .deps/sysctl.P diff --git a/lustre/obdfs/Makefile.in b/lustre/obdfs/Makefile.in index 1f1ded7..fd9838f 100644 --- a/lustre/obdfs/Makefile.in +++ b/lustre/obdfs/Makefile.in @@ -117,7 +117,7 @@ DIST_COMMON = README Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = tar +TAR = gtar GZIP_ENV = --best DEP_FILES = .deps/dir.P .deps/file.P .deps/flushd.P .deps/namei.P \ .deps/rw.P .deps/super.P .deps/symlink.P .deps/sysctl.P diff --git a/lustre/scripts/Makefile.in b/lustre/scripts/Makefile.in index dca7689..040cbb0 100644 --- a/lustre/scripts/Makefile.in +++ b/lustre/scripts/Makefile.in @@ -85,7 +85,7 @@ DIST_COMMON = Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = tar +TAR = gtar GZIP_ENV = --best all: all-redirect .SUFFIXES: