wok annotate linux/stuff/aufs2-kbuild.patch @ rev 14657

Normalize LICENSE according to wok/licenses package (bsd part)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jun 05 16:21:04 2013 +0200 (2013-06-05)
parents 34e3298168a8
children
rev   line source
pankso@12285 1 aufs2.1 kbuild patch for linux-2.6.
gokhlayeh@8761 2
gokhlayeh@8761 3 diff --git a/fs/Kconfig b/fs/Kconfig
pankso@12285 4 index 19891aa..b660b64 100644
gokhlayeh@8761 5 --- a/fs/Kconfig
gokhlayeh@8761 6 +++ b/fs/Kconfig
pankso@12285 7 @@ -208,6 +208,7 @@ source "fs/pstore/Kconfig"
gokhlayeh@8761 8 source "fs/sysv/Kconfig"
gokhlayeh@8761 9 source "fs/ufs/Kconfig"
gokhlayeh@8761 10 source "fs/exofs/Kconfig"
gokhlayeh@8761 11 +source "fs/aufs/Kconfig"
gokhlayeh@8761 12
gokhlayeh@8761 13 endif # MISC_FILESYSTEMS
gokhlayeh@8761 14
gokhlayeh@8761 15 diff --git a/fs/Makefile b/fs/Makefile
pankso@12285 16 index fb68c2b..c031a85 100644
gokhlayeh@8761 17 --- a/fs/Makefile
gokhlayeh@8761 18 +++ b/fs/Makefile
pankso@12285 19 @@ -124,3 +124,4 @@ obj-$(CONFIG_GFS2_FS) += gfs2/
gokhlayeh@8761 20 obj-$(CONFIG_EXOFS_FS) += exofs/
gokhlayeh@8761 21 obj-$(CONFIG_CEPH_FS) += ceph/
pankso@12285 22 obj-$(CONFIG_PSTORE) += pstore/
gokhlayeh@8761 23 +obj-$(CONFIG_AUFS_FS) += aufs/
gokhlayeh@8761 24 diff --git a/include/linux/Kbuild b/include/linux/Kbuild
pankso@12285 25 index 01f6362..8b3b9f1 100644
gokhlayeh@8761 26 --- a/include/linux/Kbuild
gokhlayeh@8761 27 +++ b/include/linux/Kbuild
pankso@12285 28 @@ -65,6 +65,7 @@ header-y += atmppp.h
gokhlayeh@8761 29 header-y += atmsap.h
gokhlayeh@8761 30 header-y += atmsvc.h
gokhlayeh@8761 31 header-y += audit.h
gokhlayeh@8761 32 +header-y += aufs_type.h
gokhlayeh@8761 33 header-y += auto_fs.h
gokhlayeh@8761 34 header-y += auto_fs4.h
gokhlayeh@8761 35 header-y += auxvec.h