2002-04-16 10:22:15

by Anton Altaparmakov

[permalink] [raw]
Subject: [2.4.19-pre7 bkpatch] Fix LDM compilation.

Hi Marcelo,

Please apply below patch which fixes LDM compilation in 2.4.19-pre7 (there
is a missing header file include).

Best regards,

Anton
--
Anton Altaparmakov <aia21 at cam.ac.uk> (replace at with @)
Linux NTFS maintainer / WWW: http://linux-ntfs.sf.net/
IRC: #ntfs on irc.openprojects.net / ICQ: 8561279
WWW: http://www-stu.christs.cam.ac.uk/~aia21/

--- ldm-2.4.patch ---
# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
# ChangeSet 1.417 -> 1.418
# fs/partitions/ldm.c 1.4 -> 1.5
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 02/04/16 [email protected] 1.418
# LDM: Add missing include.
# --------------------------------------------
#
diff -Nru a/fs/partitions/ldm.c b/fs/partitions/ldm.c
--- a/fs/partitions/ldm.c Tue Apr 16 11:18:59 2002
+++ b/fs/partitions/ldm.c Tue Apr 16 11:18:59 2002
@@ -29,6 +29,7 @@
#include <linux/genhd.h>
#include <linux/blkdev.h>
#include <linux/slab.h>
+#include <linux/pagemap.h>
#include "check.h"
#include "ldm.h"
#include "msdos.h"