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

Up e2fsprogs (1.44.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 04 18:42:23 2019 +0100 (2019-03-04)
parents
children
rev   line source
gokhlayeh@8761 1 aufs2.1 kbuild patch for linux-2.6.37
gokhlayeh@8761 2
gokhlayeh@8761 3 diff --git a/fs/Kconfig b/fs/Kconfig
gokhlayeh@8761 4 index 771f457..bb1a52f 100644
gokhlayeh@8761 5 --- a/fs/Kconfig
gokhlayeh@8761 6 +++ b/fs/Kconfig
gokhlayeh@8761 7 @@ -191,6 +191,7 @@ source "fs/romfs/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
gokhlayeh@8761 16 index a7f7cef..95dd4d3 100644
gokhlayeh@8761 17 --- a/fs/Makefile
gokhlayeh@8761 18 +++ b/fs/Makefile
gokhlayeh@8761 19 @@ -121,3 +121,4 @@ obj-$(CONFIG_BTRFS_FS) += btrfs/
gokhlayeh@8761 20 obj-$(CONFIG_GFS2_FS) += gfs2/
gokhlayeh@8761 21 obj-$(CONFIG_EXOFS_FS) += exofs/
gokhlayeh@8761 22 obj-$(CONFIG_CEPH_FS) += ceph/
gokhlayeh@8761 23 +obj-$(CONFIG_AUFS_FS) += aufs/
gokhlayeh@8761 24 diff --git a/include/linux/Kbuild b/include/linux/Kbuild
gokhlayeh@8761 25 index 97319a8..7ebb4b4 100644
gokhlayeh@8761 26 --- a/include/linux/Kbuild
gokhlayeh@8761 27 +++ b/include/linux/Kbuild
gokhlayeh@8761 28 @@ -60,6 +60,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