diff --git a/fs/Kconfig b/fs/Kconfig
index abccb5d..8852813 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -507,7 +507,6 @@ config DNOTIFY
          that uses signals to communicate events to user-space.  There exist
          superior alternatives, but some applications may still rely on
          dnotify.
-
          If unsure, say Y.
config INOTIFY
Hunk failed, seems to be applied already.

@@ -1441,7 +1440,7 @@ config QNX4FS_RW
config ROMFS_FS
        tristate "ROM file system support"
-       depends on BLOCK
+       depends on BLOCK || MTD
        ---help---
          This is a very small read-only file system mainly intended for
          initial ram disks of installation disks, but it could be used for
Hunk failed, did not have any depends on ...

@@ -1456,6 +1455,29 @@ config ROMFS_FS
          If you don't know whether you need it, then you don't need it:
          answer N.
Hunk passed.

diff --git a/fs/romfs/inode.c b/fs/romfs/inode.c
deleted file mode 100644
index 60d2f82..0000000
--- a/fs/romfs/inode.c
+++ /dev/null
@@ -1,666 +0,0 @@
Patch already existed? Hunk Failed. Strangely the patch was attempting to add this file versus deleting it.

-/*
- * ROMFS file system, Linux implementation
- *
- * Copyright (C) 1997-1999  Janos Farkas <[EMAIL PROTECTED]>
- *
- * Using parts of the minix filesystem
- * Copyright (C) 1991, 1992  Linus Torvalds
- *
- * and parts of the affs filesystem additionally
- * Copyright (C) 1993  Ray Burr
- * Copyright (C) 1996  Hans-Joachim Widmaier
- *
...
-/* Yes, works even as a module... :) */
-
-module_init(init_romfs_fs)
-module_exit(exit_romfs_fs)
-MODULE_LICENSE("GPL");

thnx - bob
_______________________________________________
uClinux-dev mailing list
[email protected]
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by [email protected]
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Reply via email to