public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [patch] UDF write support problem in 2.5.7
@ 2002-03-20 19:56 Peter Osterlund
  0 siblings, 0 replies; only message in thread
From: Peter Osterlund @ 2002-03-20 19:56 UTC (permalink / raw)
  To: linux-kernel; +Cc: linux_udf, Ben Fennema

Hi!

I can't get UDF write support to work in kernel 2.5.7 or 2.5.7-pre2.
The problem is that linux/config.h is not included, so CONFIG_UDF_RW
is undefined and the driver is compiled without write support. This
patch fixes my problem:

--- linux/include/linux/udf_fs.h.old	Wed Mar 20 20:49:55 2002
+++ linux/include/linux/udf_fs.h	Wed Mar 20 20:25:54 2002
@@ -34,6 +34,8 @@
 #ifndef _UDF_FS_H
 #define _UDF_FS_H 1
 
+#include <linux/config.h>
+
 #define UDF_PREALLOCATE
 #define UDF_DEFAULT_PREALLOC_BLOCKS	8
 

-- 
Peter Osterlund - petero2@telia.com
http://w1.894.telia.com/~u89404340

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

only message in thread, other threads:[~2002-03-20 19:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-03-20 19:56 [patch] UDF write support problem in 2.5.7 Peter Osterlund

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox