From: bmarzins@sourceware.org
To: dm-cvs@sourceware.org, dm-devel@redhat.com
Subject: multipath-tools/kpartx kpartx.c lopart.c
Date: 26 Aug 2008 03:50:28 -0000 [thread overview]
Message-ID: <20080826035028.32686.qmail@sourceware.org> (raw)
CVSROOT: /cvs/dm
Module name: multipath-tools
Branch: RHEL5_FC6
Changes by: bmarzins@sourceware.org 2008-08-26 03:50:28
Modified files:
kpartx : kpartx.c lopart.c
Log message:
Fix for 454928. Set kpartx to use 64bit versions of file operation functions.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/multipath-tools/kpartx/kpartx.c.diff?cvsroot=dm&only_with_tag=RHEL5_FC6&r1=1.9.2.1&r2=1.9.2.2
http://sourceware.org/cgi-bin/cvsweb.cgi/multipath-tools/kpartx/lopart.c.diff?cvsroot=dm&only_with_tag=RHEL5_FC6&r1=1.2&r2=1.2.4.1
--- multipath-tools/kpartx/kpartx.c 2008/08/25 20:59:06 1.9.2.1
+++ multipath-tools/kpartx/kpartx.c 2008/08/26 03:50:28 1.9.2.2
@@ -18,7 +18,7 @@
* aeb, 2000-03-21
* cva, 2002-10-26
*/
-
+#define _FILE_OFFSET_BITS 64
#include <stdio.h>
#include <fcntl.h>
#include <errno.h>
--- multipath-tools/kpartx/lopart.c 2005/06/08 19:33:30 1.2
+++ multipath-tools/kpartx/lopart.c 2008/08/26 03:50:28 1.2.4.1
@@ -13,7 +13,7 @@
/*
* losetup.c - setup and control loop devices
*/
-
+#define _FILE_OFFSET_BITS 64
#include "kpartx.h"
#include <stdio.h>
#include <string.h>
reply other threads:[~2008-08-26 3:50 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080826035028.32686.qmail@sourceware.org \
--to=bmarzins@sourceware.org \
--cc=dm-cvs@sourceware.org \
--cc=dm-devel@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox