linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [2.4.19-pre7 bkpatch] Fix LDM compilation.
@ 2002-04-16 10:22 Anton Altaparmakov
  0 siblings, 0 replies; only message in thread
From: Anton Altaparmakov @ 2002-04-16 10:22 UTC (permalink / raw)
  To: marcelo; +Cc: linux-kernel

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	aia21@cam.ac.uk	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"


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-04-16 10:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-04-16 10:22 [2.4.19-pre7 bkpatch] Fix LDM compilation Anton Altaparmakov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).