kernel: fix mpcore watchdog symbol export
[oweals/openwrt.git] / target / linux / generic / patches-3.8 / 100-overlayfs.patch
index 3e065137b888d8afd385600bfad8e98016fdd232..5297c261c434c64215ab9b4e9e712c9023dfc6ed 100644 (file)
  source "fs/fuse/Kconfig"
 +source "fs/overlayfs/Kconfig"
  
- config CUSE
-       tristate "Character device in Userspace support"
+ config GENERIC_ACL
+       bool
 --- a/fs/Makefile
 +++ b/fs/Makefile
 @@ -107,6 +107,7 @@ obj-$(CONFIG_QNX6FS_FS)            += qnx6/
                goto out;
 --- a/fs/namespace.c
 +++ b/fs/namespace.c
-@@ -1410,6 +1410,24 @@ void drop_collected_mounts(struct vfsmou
+@@ -1417,6 +1417,24 @@ void drop_collected_mounts(struct vfsmou
        release_mounts(&umount_list);
  }
  
 +module_exit(ovl_exit);
 --- a/fs/splice.c
 +++ b/fs/splice.c
-@@ -1305,6 +1305,7 @@ long do_splice_direct(struct file *in, l
+@@ -1307,6 +1307,7 @@ long do_splice_direct(struct file *in, l
  
        return ret;
  }
                                      int flags, const char *name,
 --- a/MAINTAINERS
 +++ b/MAINTAINERS
-@@ -5623,6 +5623,13 @@ F:      drivers/scsi/osd/
+@@ -5666,6 +5666,13 @@ F:      drivers/scsi/osd/
  F:    include/scsi/osd_*
  F:    fs/exofs/