Skip to content
Snippets Groups Projects
Commit b8005550 authored by Helmut Stult's avatar Helmut Stult
Browse files

[pkg-upd] 5.7rc3-1

parent 150f45da
No related branches found
No related tags found
No related merge requests found
diff -Naur null/Documentation/ABI/testing/debugfs-aufs linux-5.x-rcN/Documentation/ABI/testing/debugfs-aufs
--- /dev/null
+++ linux-5.x-rcN/Documentation/ABI/testing/debugfs-aufs 2020-04-20 15:22:44.131154439 +0200
+++ linux-5.x-rcN/Documentation/ABI/testing/debugfs-aufs 2020-04-27 08:27:43.914969273 +0200
@@ -0,0 +1,55 @@
+What: /debug/aufs/si_<id>/
+Date: March 2009
......@@ -59,7 +59,7 @@ diff -Naur null/Documentation/ABI/testing/debugfs-aufs linux-5.x-rcN/Documentati
+ will be empty. About XINO files, see the aufs manual.
diff -Naur null/Documentation/ABI/testing/sysfs-aufs linux-5.x-rcN/Documentation/ABI/testing/sysfs-aufs
--- /dev/null
+++ linux-5.x-rcN/Documentation/ABI/testing/sysfs-aufs 2020-04-20 15:22:44.131154439 +0200
+++ linux-5.x-rcN/Documentation/ABI/testing/sysfs-aufs 2020-04-27 08:27:43.914969273 +0200
@@ -0,0 +1,31 @@
+What: /sys/fs/aufs/si_<id>/
+Date: March 2009
......@@ -94,7 +94,7 @@ diff -Naur null/Documentation/ABI/testing/sysfs-aufs linux-5.x-rcN/Documentation
+ will be empty. About XINO files, see the aufs manual.
diff -Naur null/Documentation/filesystems/aufs/design/01intro.txt linux-5.x-rcN/Documentation/filesystems/aufs/design/01intro.txt
--- /dev/null
+++ linux-5.x-rcN/Documentation/filesystems/aufs/design/01intro.txt 2020-04-20 15:22:44.131154439 +0200
+++ linux-5.x-rcN/Documentation/filesystems/aufs/design/01intro.txt 2020-04-27 08:27:43.914969273 +0200
@@ -0,0 +1,171 @@
+
+# Copyright (C) 2005-2020 Junjiro R. Okajima
......@@ -269,7 +269,7 @@ diff -Naur null/Documentation/filesystems/aufs/design/01intro.txt linux-5.x-rcN/
+about it. But currently I have implemented it in kernel space.
diff -Naur null/Documentation/filesystems/aufs/design/02struct.txt linux-5.x-rcN/Documentation/filesystems/aufs/design/02struct.txt
--- /dev/null
+++ linux-5.x-rcN/Documentation/filesystems/aufs/design/02struct.txt 2020-04-20 15:22:44.131154439 +0200
+++ linux-5.x-rcN/Documentation/filesystems/aufs/design/02struct.txt 2020-04-27 08:27:43.914969273 +0200
@@ -0,0 +1,258 @@
+
+# Copyright (C) 2005-2020 Junjiro R. Okajima
......@@ -531,7 +531,7 @@ diff -Naur null/Documentation/filesystems/aufs/design/02struct.txt linux-5.x-rcN
+For this purpose, use "aumvdown" command in aufs-util.git.
diff -Naur null/Documentation/filesystems/aufs/design/03atomic_open.txt linux-5.x-rcN/Documentation/filesystems/aufs/design/03atomic_open.txt
--- /dev/null
+++ linux-5.x-rcN/Documentation/filesystems/aufs/design/03atomic_open.txt 2020-04-20 15:22:44.131154439 +0200
+++ linux-5.x-rcN/Documentation/filesystems/aufs/design/03atomic_open.txt 2020-04-27 08:27:43.914969273 +0200
@@ -0,0 +1,85 @@
+
+# Copyright (C) 2015-2020 Junjiro R. Okajima
......@@ -620,7 +620,7 @@ diff -Naur null/Documentation/filesystems/aufs/design/03atomic_open.txt linux-5.
+ be implemented in aufs, but not all I am afraid.
diff -Naur null/Documentation/filesystems/aufs/design/03lookup.txt linux-5.x-rcN/Documentation/filesystems/aufs/design/03lookup.txt
--- /dev/null
+++ linux-5.x-rcN/Documentation/filesystems/aufs/design/03lookup.txt 2020-04-20 15:22:44.131154439 +0200
+++ linux-5.x-rcN/Documentation/filesystems/aufs/design/03lookup.txt 2020-04-27 08:27:43.914969273 +0200
@@ -0,0 +1,113 @@
+
+# Copyright (C) 2005-2020 Junjiro R. Okajima
......@@ -737,7 +737,7 @@ diff -Naur null/Documentation/filesystems/aufs/design/03lookup.txt linux-5.x-rcN
+ by over-mounting something (or another method).
diff -Naur null/Documentation/filesystems/aufs/design/04branch.txt linux-5.x-rcN/Documentation/filesystems/aufs/design/04branch.txt
--- /dev/null
+++ linux-5.x-rcN/Documentation/filesystems/aufs/design/04branch.txt 2020-04-20 15:22:44.131154439 +0200
+++ linux-5.x-rcN/Documentation/filesystems/aufs/design/04branch.txt 2020-04-27 08:27:43.914969273 +0200
@@ -0,0 +1,74 @@
+
+# Copyright (C) 2005-2020 Junjiro R. Okajima
......@@ -815,7 +815,7 @@ diff -Naur null/Documentation/filesystems/aufs/design/04branch.txt linux-5.x-rcN
+ same named entry on the upper branch.
diff -Naur null/Documentation/filesystems/aufs/design/05wbr_policy.txt linux-5.x-rcN/Documentation/filesystems/aufs/design/05wbr_policy.txt
--- /dev/null
+++ linux-5.x-rcN/Documentation/filesystems/aufs/design/05wbr_policy.txt 2020-04-20 15:22:44.131154439 +0200
+++ linux-5.x-rcN/Documentation/filesystems/aufs/design/05wbr_policy.txt 2020-04-27 08:27:43.914969273 +0200
@@ -0,0 +1,64 @@
+
+# Copyright (C) 2005-2020 Junjiro R. Okajima
......@@ -883,7 +883,7 @@ diff -Naur null/Documentation/filesystems/aufs/design/05wbr_policy.txt linux-5.x
+ copyup policy.
diff -Naur null/Documentation/filesystems/aufs/design/06dirren.dot linux-5.x-rcN/Documentation/filesystems/aufs/design/06dirren.dot
--- /dev/null
+++ linux-5.x-rcN/Documentation/filesystems/aufs/design/06dirren.dot 2020-04-20 15:22:44.131154439 +0200
+++ linux-5.x-rcN/Documentation/filesystems/aufs/design/06dirren.dot 2020-04-27 08:27:43.914969273 +0200
@@ -0,0 +1,31 @@
+
+// to view this graph, run dot(1) command in GRAPHVIZ.
......@@ -918,7 +918,7 @@ diff -Naur null/Documentation/filesystems/aufs/design/06dirren.dot linux-5.x-rcN
+}
diff -Naur null/Documentation/filesystems/aufs/design/06dirren.txt linux-5.x-rcN/Documentation/filesystems/aufs/design/06dirren.txt
--- /dev/null
+++ linux-5.x-rcN/Documentation/filesystems/aufs/design/06dirren.txt 2020-04-20 15:22:44.131154439 +0200
+++ linux-5.x-rcN/Documentation/filesystems/aufs/design/06dirren.txt 2020-04-27 08:27:43.914969273 +0200
@@ -0,0 +1,102 @@
+
+# Copyright (C) 2017-2020 Junjiro R. Okajima
......@@ -1024,7 +1024,7 @@ diff -Naur null/Documentation/filesystems/aufs/design/06dirren.txt linux-5.x-rcN
+equivalen to udba=reval case.
diff -Naur null/Documentation/filesystems/aufs/design/06fhsm.txt linux-5.x-rcN/Documentation/filesystems/aufs/design/06fhsm.txt
--- /dev/null
+++ linux-5.x-rcN/Documentation/filesystems/aufs/design/06fhsm.txt 2020-04-20 15:22:44.131154439 +0200
+++ linux-5.x-rcN/Documentation/filesystems/aufs/design/06fhsm.txt 2020-04-27 08:27:43.914969273 +0200
@@ -0,0 +1,120 @@
+
+# Copyright (C) 2011-2020 Junjiro R. Okajima
......@@ -1148,7 +1148,7 @@ diff -Naur null/Documentation/filesystems/aufs/design/06fhsm.txt linux-5.x-rcN/D
+should restore the original file state after an error happens.
diff -Naur null/Documentation/filesystems/aufs/design/06mmap.txt linux-5.x-rcN/Documentation/filesystems/aufs/design/06mmap.txt
--- /dev/null
+++ linux-5.x-rcN/Documentation/filesystems/aufs/design/06mmap.txt 2020-04-20 15:22:44.131154439 +0200
+++ linux-5.x-rcN/Documentation/filesystems/aufs/design/06mmap.txt 2020-04-27 08:27:43.914969273 +0200
@@ -0,0 +1,72 @@
+
+# Copyright (C) 2005-2020 Junjiro R. Okajima
......@@ -1224,7 +1224,7 @@ diff -Naur null/Documentation/filesystems/aufs/design/06mmap.txt linux-5.x-rcN/D
+I have to give up this "looks-smater" approach.
diff -Naur null/Documentation/filesystems/aufs/design/06xattr.txt linux-5.x-rcN/Documentation/filesystems/aufs/design/06xattr.txt
--- /dev/null
+++ linux-5.x-rcN/Documentation/filesystems/aufs/design/06xattr.txt 2020-04-20 15:22:44.131154439 +0200
+++ linux-5.x-rcN/Documentation/filesystems/aufs/design/06xattr.txt 2020-04-27 08:27:43.914969273 +0200
@@ -0,0 +1,96 @@
+
+# Copyright (C) 2014-2020 Junjiro R. Okajima
......@@ -1324,7 +1324,7 @@ diff -Naur null/Documentation/filesystems/aufs/design/06xattr.txt linux-5.x-rcN/
+now, aufs implements the branch attributes to ignore the error.
diff -Naur null/Documentation/filesystems/aufs/design/07export.txt linux-5.x-rcN/Documentation/filesystems/aufs/design/07export.txt
--- /dev/null
+++ linux-5.x-rcN/Documentation/filesystems/aufs/design/07export.txt 2020-04-20 15:22:44.131154439 +0200
+++ linux-5.x-rcN/Documentation/filesystems/aufs/design/07export.txt 2020-04-27 08:27:43.914969273 +0200
@@ -0,0 +1,58 @@
+
+# Copyright (C) 2005-2020 Junjiro R. Okajima
......@@ -1386,7 +1386,7 @@ diff -Naur null/Documentation/filesystems/aufs/design/07export.txt linux-5.x-rcN
+ lookup_one_len(), vfs_getattr(), encode_fh() and others.
diff -Naur null/Documentation/filesystems/aufs/design/08shwh.txt linux-5.x-rcN/Documentation/filesystems/aufs/design/08shwh.txt
--- /dev/null
+++ linux-5.x-rcN/Documentation/filesystems/aufs/design/08shwh.txt 2020-04-20 15:22:44.131154439 +0200
+++ linux-5.x-rcN/Documentation/filesystems/aufs/design/08shwh.txt 2020-04-27 08:27:43.914969273 +0200
@@ -0,0 +1,52 @@
+
+# Copyright (C) 2005-2020 Junjiro R. Okajima
......@@ -1442,7 +1442,7 @@ diff -Naur null/Documentation/filesystems/aufs/design/08shwh.txt linux-5.x-rcN/D
+initramfs will use it to replace the old one at the next boot.
diff -Naur null/Documentation/filesystems/aufs/design/10dynop.txt linux-5.x-rcN/Documentation/filesystems/aufs/design/10dynop.txt
--- /dev/null
+++ linux-5.x-rcN/Documentation/filesystems/aufs/design/10dynop.txt 2020-04-20 15:22:44.131154439 +0200
+++ linux-5.x-rcN/Documentation/filesystems/aufs/design/10dynop.txt 2020-04-27 08:27:43.914969273 +0200
@@ -0,0 +1,47 @@
+
+# Copyright (C) 2010-2020 Junjiro R. Okajima
......@@ -1493,7 +1493,7 @@ diff -Naur null/Documentation/filesystems/aufs/design/10dynop.txt linux-5.x-rcN/
+regular files only.
diff -Naur null/Documentation/filesystems/aufs/README linux-5.x-rcN/Documentation/filesystems/aufs/README
--- /dev/null
+++ linux-5.x-rcN/Documentation/filesystems/aufs/README 2020-04-20 15:22:44.131154439 +0200
+++ linux-5.x-rcN/Documentation/filesystems/aufs/README 2020-04-27 08:27:43.914969273 +0200
@@ -0,0 +1,401 @@
+
+Aufs5 -- advanced multi layered unification filesystem version 5.x
......@@ -1898,7 +1898,7 @@ diff -Naur null/Documentation/filesystems/aufs/README linux-5.x-rcN/Documentatio
+# End: ;
diff -Naur null/fs/aufs/aufs.h linux-5.x-rcN/fs/aufs/aufs.h
--- /dev/null
+++ linux-5.x-rcN/fs/aufs/aufs.h 2020-04-20 15:22:44.134487749 +0200
+++ linux-5.x-rcN/fs/aufs/aufs.h 2020-04-27 08:27:43.914969273 +0200
@@ -0,0 +1,62 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+/*
......@@ -1964,7 +1964,7 @@ diff -Naur null/fs/aufs/aufs.h linux-5.x-rcN/fs/aufs/aufs.h
+#endif /* __AUFS_H__ */
diff -Naur null/fs/aufs/branch.c linux-5.x-rcN/fs/aufs/branch.c
--- /dev/null
+++ linux-5.x-rcN/fs/aufs/branch.c 2020-04-20 15:22:44.134487749 +0200
+++ linux-5.x-rcN/fs/aufs/branch.c 2020-04-27 08:27:43.914969273 +0200
@@ -0,0 +1,1428 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
......@@ -3396,7 +3396,7 @@ diff -Naur null/fs/aufs/branch.c linux-5.x-rcN/fs/aufs/branch.c
+}
diff -Naur null/fs/aufs/branch.h linux-5.x-rcN/fs/aufs/branch.h
--- /dev/null
+++ linux-5.x-rcN/fs/aufs/branch.h 2020-04-20 15:22:44.134487749 +0200
+++ linux-5.x-rcN/fs/aufs/branch.h 2020-04-27 08:27:43.918302605 +0200
@@ -0,0 +1,366 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+/*
......@@ -3766,7 +3766,7 @@ diff -Naur null/fs/aufs/branch.h linux-5.x-rcN/fs/aufs/branch.h
+#endif /* __AUFS_BRANCH_H__ */
diff -Naur null/fs/aufs/conf.mk linux-5.x-rcN/fs/aufs/conf.mk
--- /dev/null
+++ linux-5.x-rcN/fs/aufs/conf.mk 2020-04-20 15:22:44.134487749 +0200
+++ linux-5.x-rcN/fs/aufs/conf.mk 2020-04-27 08:27:43.918302605 +0200
@@ -0,0 +1,40 @@
+# SPDX-License-Identifier: GPL-2.0
+
......@@ -3810,7 +3810,7 @@ diff -Naur null/fs/aufs/conf.mk linux-5.x-rcN/fs/aufs/conf.mk
+-include ${srctree}/${src}/conf_priv.mk
diff -Naur null/fs/aufs/cpup.c linux-5.x-rcN/fs/aufs/cpup.c
--- /dev/null
+++ linux-5.x-rcN/fs/aufs/cpup.c 2020-04-20 15:22:44.134487749 +0200
+++ linux-5.x-rcN/fs/aufs/cpup.c 2020-04-27 08:27:43.918302605 +0200
@@ -0,0 +1,1458 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
......@@ -5272,7 +5272,7 @@ diff -Naur null/fs/aufs/cpup.c linux-5.x-rcN/fs/aufs/cpup.c
+}
diff -Naur null/fs/aufs/cpup.h linux-5.x-rcN/fs/aufs/cpup.h
--- /dev/null
+++ linux-5.x-rcN/fs/aufs/cpup.h 2020-04-20 15:22:44.134487749 +0200
+++ linux-5.x-rcN/fs/aufs/cpup.h 2020-04-27 08:27:43.918302605 +0200
@@ -0,0 +1,100 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+/*
......@@ -5376,7 +5376,7 @@ diff -Naur null/fs/aufs/cpup.h linux-5.x-rcN/fs/aufs/cpup.h
+#endif /* __AUFS_CPUP_H__ */
diff -Naur null/fs/aufs/dbgaufs.c linux-5.x-rcN/fs/aufs/dbgaufs.c
--- /dev/null
+++ linux-5.x-rcN/fs/aufs/dbgaufs.c 2020-04-20 15:22:44.134487749 +0200
+++ linux-5.x-rcN/fs/aufs/dbgaufs.c 2020-04-27 08:27:43.918302605 +0200
@@ -0,0 +1,526 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
......@@ -5906,7 +5906,7 @@ diff -Naur null/fs/aufs/dbgaufs.c linux-5.x-rcN/fs/aufs/dbgaufs.c
+}
diff -Naur null/fs/aufs/dbgaufs.h linux-5.x-rcN/fs/aufs/dbgaufs.h
--- /dev/null
+++ linux-5.x-rcN/fs/aufs/dbgaufs.h 2020-04-20 15:22:44.134487749 +0200
+++ linux-5.x-rcN/fs/aufs/dbgaufs.h 2020-04-27 08:27:43.918302605 +0200
@@ -0,0 +1,53 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+/*
......@@ -5963,7 +5963,7 @@ diff -Naur null/fs/aufs/dbgaufs.h linux-5.x-rcN/fs/aufs/dbgaufs.h
+#endif /* __DBGAUFS_H__ */
diff -Naur null/fs/aufs/dcsub.c linux-5.x-rcN/fs/aufs/dcsub.c
--- /dev/null
+++ linux-5.x-rcN/fs/aufs/dcsub.c 2020-04-20 15:22:44.134487749 +0200
+++ linux-5.x-rcN/fs/aufs/dcsub.c 2020-04-27 08:27:43.918302605 +0200
@@ -0,0 +1,225 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
......@@ -6192,7 +6192,7 @@ diff -Naur null/fs/aufs/dcsub.c linux-5.x-rcN/fs/aufs/dcsub.c
+}
diff -Naur null/fs/aufs/dcsub.h linux-5.x-rcN/fs/aufs/dcsub.h
--- /dev/null
+++ linux-5.x-rcN/fs/aufs/dcsub.h 2020-04-20 15:22:44.134487749 +0200
+++ linux-5.x-rcN/fs/aufs/dcsub.h 2020-04-27 08:27:43.918302605 +0200
@@ -0,0 +1,137 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+/*
......@@ -6333,7 +6333,7 @@ diff -Naur null/fs/aufs/dcsub.h linux-5.x-rcN/fs/aufs/dcsub.h
+#endif /* __AUFS_DCSUB_H__ */
diff -Naur null/fs/aufs/debug.c linux-5.x-rcN/fs/aufs/debug.c
--- /dev/null
+++ linux-5.x-rcN/fs/aufs/debug.c 2020-04-20 15:22:44.134487749 +0200
+++ linux-5.x-rcN/fs/aufs/debug.c 2020-04-27 08:27:43.918302605 +0200
@@ -0,0 +1,441 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
......@@ -6778,7 +6778,7 @@ diff -Naur null/fs/aufs/debug.c linux-5.x-rcN/fs/aufs/debug.c
+}
diff -Naur null/fs/aufs/debug.h linux-5.x-rcN/fs/aufs/debug.h
--- /dev/null
+++ linux-5.x-rcN/fs/aufs/debug.h 2020-04-20 15:22:44.134487749 +0200
+++ linux-5.x-rcN/fs/aufs/debug.h 2020-04-27 08:27:43.918302605 +0200
@@ -0,0 +1,226 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+/*
......@@ -7008,7 +7008,7 @@ diff -Naur null/fs/aufs/debug.h linux-5.x-rcN/fs/aufs/debug.h
+#endif /* __AUFS_DEBUG_H__ */
diff -Naur null/fs/aufs/dentry.c linux-5.x-rcN/fs/aufs/dentry.c
--- /dev/null
+++ linux-5.x-rcN/fs/aufs/dentry.c 2020-04-20 15:22:44.134487749 +0200
+++ linux-5.x-rcN/fs/aufs/dentry.c 2020-04-27 08:27:43.918302605 +0200
@@ -0,0 +1,1154 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
......@@ -8166,7 +8166,7 @@ diff -Naur null/fs/aufs/dentry.c linux-5.x-rcN/fs/aufs/dentry.c
+};
diff -Naur null/fs/aufs/dentry.h linux-5.x-rcN/fs/aufs/dentry.h
--- /dev/null
+++ linux-5.x-rcN/fs/aufs/dentry.h 2020-04-20 15:22:44.134487749 +0200
+++ linux-5.x-rcN/fs/aufs/dentry.h 2020-04-27 08:27:43.918302605 +0200
@@ -0,0 +1,268 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+/*
......@@ -8438,7 +8438,7 @@ diff -Naur null/fs/aufs/dentry.h linux-5.x-rcN/fs/aufs/dentry.h
+#endif /* __AUFS_DENTRY_H__ */
diff -Naur null/fs/aufs/dinfo.c linux-5.x-rcN/fs/aufs/dinfo.c
--- /dev/null
+++ linux-5.x-rcN/fs/aufs/dinfo.c 2020-04-20 15:22:44.134487749 +0200
+++ linux-5.x-rcN/fs/aufs/dinfo.c 2020-04-27 08:27:43.918302605 +0200
@@ -0,0 +1,554 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
......@@ -8996,7 +8996,7 @@ diff -Naur null/fs/aufs/dinfo.c linux-5.x-rcN/fs/aufs/dinfo.c
+}
diff -Naur null/fs/aufs/dir.c linux-5.x-rcN/fs/aufs/dir.c
--- /dev/null
+++ linux-5.x-rcN/fs/aufs/dir.c 2020-04-20 15:22:44.134487749 +0200
+++ linux-5.x-rcN/fs/aufs/dir.c 2020-04-27 08:27:43.918302605 +0200
@@ -0,0 +1,763 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
......@@ -9763,7 +9763,7 @@ diff -Naur null/fs/aufs/dir.c linux-5.x-rcN/fs/aufs/dir.c
+};
diff -Naur null/fs/aufs/dir.h linux-5.x-rcN/fs/aufs/dir.h
--- /dev/null
+++ linux-5.x-rcN/fs/aufs/dir.h 2020-04-20 15:22:44.134487749 +0200
+++ linux-5.x-rcN/fs/aufs/dir.h 2020-04-27 08:27:43.918302605 +0200
@@ -0,0 +1,134 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+/*
......@@ -9901,7 +9901,7 @@ diff -Naur null/fs/aufs/dir.h linux-5.x-rcN/fs/aufs/dir.h
+#endif /* __AUFS_DIR_H__ */
diff -Naur null/fs/aufs/dirren.c linux-5.x-rcN/fs/aufs/dirren.c
--- /dev/null
+++ linux-5.x-rcN/fs/aufs/dirren.c 2020-04-20 15:22:44.134487749 +0200
+++ linux-5.x-rcN/fs/aufs/dirren.c 2020-04-27 08:27:43.918302605 +0200
@@ -0,0 +1,1316 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
......@@ -11221,7 +11221,7 @@ diff -Naur null/fs/aufs/dirren.c linux-5.x-rcN/fs/aufs/dirren.c
+}
diff -Naur null/fs/aufs/dirren.h linux-5.x-rcN/fs/aufs/dirren.h
--- /dev/null
+++ linux-5.x-rcN/fs/aufs/dirren.h 2020-04-20 15:22:44.134487749 +0200
+++ linux-5.x-rcN/fs/aufs/dirren.h 2020-04-27 08:27:43.918302605 +0200
@@ -0,0 +1,140 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+/*
......@@ -11365,7 +11365,7 @@ diff -Naur null/fs/aufs/dirren.h linux-5.x-rcN/fs/aufs/dirren.h
+#endif /* __AUFS_DIRREN_H__ */
diff -Naur null/fs/aufs/dynop.c linux-5.x-rcN/fs/aufs/dynop.c
--- /dev/null
+++ linux-5.x-rcN/fs/aufs/dynop.c 2020-04-20 15:22:44.134487749 +0200
+++ linux-5.x-rcN/fs/aufs/dynop.c 2020-04-27 08:27:43.918302605 +0200
@@ -0,0 +1,367 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
......@@ -11736,7 +11736,7 @@ diff -Naur null/fs/aufs/dynop.c linux-5.x-rcN/fs/aufs/dynop.c
+}
diff -Naur null/fs/aufs/dynop.h linux-5.x-rcN/fs/aufs/dynop.h
--- /dev/null
+++ linux-5.x-rcN/fs/aufs/dynop.h 2020-04-20 15:22:44.134487749 +0200
+++ linux-5.x-rcN/fs/aufs/dynop.h 2020-04-27 08:27:43.918302605 +0200
@@ -0,0 +1,77 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+/*
......@@ -11817,7 +11817,7 @@ diff -Naur null/fs/aufs/dynop.h linux-5.x-rcN/fs/aufs/dynop.h
+#endif /* __AUFS_DYNOP_H__ */
diff -Naur null/fs/aufs/export.c linux-5.x-rcN/fs/aufs/export.c
--- /dev/null
+++ linux-5.x-rcN/fs/aufs/export.c 2020-04-20 15:22:44.134487749 +0200
+++ linux-5.x-rcN/fs/aufs/export.c 2020-04-27 08:27:43.918302605 +0200
@@ -0,0 +1,838 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
......@@ -12659,7 +12659,7 @@ diff -Naur null/fs/aufs/export.c linux-5.x-rcN/fs/aufs/export.c
+}
diff -Naur null/fs/aufs/fhsm.c linux-5.x-rcN/fs/aufs/fhsm.c
--- /dev/null
+++ linux-5.x-rcN/fs/aufs/fhsm.c 2020-04-20 15:22:44.134487749 +0200
+++ linux-5.x-rcN/fs/aufs/fhsm.c 2020-04-27 08:27:43.918302605 +0200
@@ -0,0 +1,427 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
......@@ -13090,7 +13090,7 @@ diff -Naur null/fs/aufs/fhsm.c linux-5.x-rcN/fs/aufs/fhsm.c
+}
diff -Naur null/fs/aufs/file.c linux-5.x-rcN/fs/aufs/file.c
--- /dev/null
+++ linux-5.x-rcN/fs/aufs/file.c 2020-04-20 15:22:44.134487749 +0200
+++ linux-5.x-rcN/fs/aufs/file.c 2020-04-27 08:27:43.918302605 +0200
@@ -0,0 +1,863 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
......@@ -13957,7 +13957,7 @@ diff -Naur null/fs/aufs/file.c linux-5.x-rcN/fs/aufs/file.c
+};
diff -Naur null/fs/aufs/file.h linux-5.x-rcN/fs/aufs/file.h
--- /dev/null
+++ linux-5.x-rcN/fs/aufs/file.h 2020-04-20 15:22:44.134487749 +0200
+++ linux-5.x-rcN/fs/aufs/file.h 2020-04-27 08:27:43.918302605 +0200
@@ -0,0 +1,342 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+/*
......@@ -14303,7 +14303,7 @@ diff -Naur null/fs/aufs/file.h linux-5.x-rcN/fs/aufs/file.h
+#endif /* __AUFS_FILE_H__ */
diff -Naur null/fs/aufs/finfo.c linux-5.x-rcN/fs/aufs/finfo.c
--- /dev/null
+++ linux-5.x-rcN/fs/aufs/finfo.c 2020-04-20 15:22:44.134487749 +0200
+++ linux-5.x-rcN/fs/aufs/finfo.c 2020-04-27 08:27:43.918302605 +0200
@@ -0,0 +1,149 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
......@@ -14456,7 +14456,7 @@ diff -Naur null/fs/aufs/finfo.c linux-5.x-rcN/fs/aufs/finfo.c
+}
diff -Naur null/fs/aufs/f_op.c linux-5.x-rcN/fs/aufs/f_op.c
--- /dev/null
+++ linux-5.x-rcN/fs/aufs/f_op.c 2020-04-20 15:22:44.134487749 +0200
+++ linux-5.x-rcN/fs/aufs/f_op.c 2020-04-27 08:27:43.918302605 +0200
@@ -0,0 +1,819 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
......@@ -15279,7 +15279,7 @@ diff -Naur null/fs/aufs/f_op.c linux-5.x-rcN/fs/aufs/f_op.c
+};
diff -Naur null/fs/aufs/fstype.h linux-5.x-rcN/fs/aufs/fstype.h
--- /dev/null
+++ linux-5.x-rcN/fs/aufs/fstype.h 2020-04-20 15:22:44.134487749 +0200
+++ linux-5.x-rcN/fs/aufs/fstype.h 2020-04-27 08:27:43.918302605 +0200
@@ -0,0 +1,401 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+/*
......@@ -15684,7 +15684,7 @@ diff -Naur null/fs/aufs/fstype.h linux-5.x-rcN/fs/aufs/fstype.h
+#endif /* __AUFS_FSTYPE_H__ */
diff -Naur null/fs/aufs/hbl.h linux-5.x-rcN/fs/aufs/hbl.h
--- /dev/null
+++ linux-5.x-rcN/fs/aufs/hbl.h 2020-04-20 15:22:44.134487749 +0200
+++ linux-5.x-rcN/fs/aufs/hbl.h 2020-04-27 08:27:43.918302605 +0200
@@ -0,0 +1,65 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+/*
......@@ -15753,7 +15753,7 @@ diff -Naur null/fs/aufs/hbl.h linux-5.x-rcN/fs/aufs/hbl.h
+#endif /* __AUFS_HBL_H__ */
diff -Naur null/fs/aufs/hfsnotify.c linux-5.x-rcN/fs/aufs/hfsnotify.c
--- /dev/null
+++ linux-5.x-rcN/fs/aufs/hfsnotify.c 2020-04-20 15:22:44.134487749 +0200
+++ linux-5.x-rcN/fs/aufs/hfsnotify.c 2020-04-27 08:27:43.918302605 +0200
@@ -0,0 +1,288 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
......@@ -16045,7 +16045,7 @@ diff -Naur null/fs/aufs/hfsnotify.c linux-5.x-rcN/fs/aufs/hfsnotify.c
+};
diff -Naur null/fs/aufs/hfsplus.c linux-5.x-rcN/fs/aufs/hfsplus.c
--- /dev/null
+++ linux-5.x-rcN/fs/aufs/hfsplus.c 2020-04-20 15:22:44.137821060 +0200
+++ linux-5.x-rcN/fs/aufs/hfsplus.c 2020-04-27 08:27:43.918302605 +0200
@@ -0,0 +1,60 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
......@@ -16109,7 +16109,7 @@ diff -Naur null/fs/aufs/hfsplus.c linux-5.x-rcN/fs/aufs/hfsplus.c
+}
diff -Naur null/fs/aufs/hnotify.c linux-5.x-rcN/fs/aufs/hnotify.c
--- /dev/null
+++ linux-5.x-rcN/fs/aufs/hnotify.c 2020-04-20 15:22:44.137821060 +0200
+++ linux-5.x-rcN/fs/aufs/hnotify.c 2020-04-27 08:27:43.918302605 +0200
@@ -0,0 +1,715 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
......@@ -16828,7 +16828,7 @@ diff -Naur null/fs/aufs/hnotify.c linux-5.x-rcN/fs/aufs/hnotify.c
+}
diff -Naur null/fs/aufs/iinfo.c linux-5.x-rcN/fs/aufs/iinfo.c
--- /dev/null
+++ linux-5.x-rcN/fs/aufs/iinfo.c 2020-04-20 15:22:44.137821060 +0200
+++ linux-5.x-rcN/fs/aufs/iinfo.c 2020-04-27 08:27:43.918302605 +0200
@@ -0,0 +1,286 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
......@@ -17118,7 +17118,7 @@ diff -Naur null/fs/aufs/iinfo.c linux-5.x-rcN/fs/aufs/iinfo.c
+}
diff -Naur null/fs/aufs/inode.c linux-5.x-rcN/fs/aufs/inode.c
--- /dev/null
+++ linux-5.x-rcN/fs/aufs/inode.c 2020-04-20 15:22:44.137821060 +0200
+++ linux-5.x-rcN/fs/aufs/inode.c 2020-04-27 08:27:43.918302605 +0200
@@ -0,0 +1,529 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
......@@ -17651,7 +17651,7 @@ diff -Naur null/fs/aufs/inode.c linux-5.x-rcN/fs/aufs/inode.c
+}
diff -Naur null/fs/aufs/inode.h linux-5.x-rcN/fs/aufs/inode.h
--- /dev/null
+++ linux-5.x-rcN/fs/aufs/inode.h 2020-04-20 15:22:44.137821060 +0200
+++ linux-5.x-rcN/fs/aufs/inode.h 2020-04-27 08:27:43.918302605 +0200
@@ -0,0 +1,698 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+/*
......@@ -18353,7 +18353,7 @@ diff -Naur null/fs/aufs/inode.h linux-5.x-rcN/fs/aufs/inode.h
+#endif /* __AUFS_INODE_H__ */
diff -Naur null/fs/aufs/ioctl.c linux-5.x-rcN/fs/aufs/ioctl.c
--- /dev/null
+++ linux-5.x-rcN/fs/aufs/ioctl.c 2020-04-20 15:22:44.137821060 +0200
+++ linux-5.x-rcN/fs/aufs/ioctl.c 2020-04-27 08:27:43.918302605 +0200
@@ -0,0 +1,220 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
......@@ -18577,7 +18577,7 @@ diff -Naur null/fs/aufs/ioctl.c linux-5.x-rcN/fs/aufs/ioctl.c
+#endif
diff -Naur null/fs/aufs/i_op_add.c linux-5.x-rcN/fs/aufs/i_op_add.c
--- /dev/null
+++ linux-5.x-rcN/fs/aufs/i_op_add.c 2020-04-20 15:22:44.137821060 +0200
+++ linux-5.x-rcN/fs/aufs/i_op_add.c 2020-04-27 08:27:43.918302605 +0200
@@ -0,0 +1,936 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
......@@ -19517,7 +19517,7 @@ diff -Naur null/fs/aufs/i_op_add.c linux-5.x-rcN/fs/aufs/i_op_add.c
+}
diff -Naur null/fs/aufs/i_op.c linux-5.x-rcN/fs/aufs/i_op.c
--- /dev/null
+++ linux-5.x-rcN/fs/aufs/i_op.c 2020-04-20 15:22:44.137821060 +0200
+++ linux-5.x-rcN/fs/aufs/i_op.c 2020-04-27 08:27:43.918302605 +0200
@@ -0,0 +1,1498 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
......@@ -21019,7 +21019,7 @@ diff -Naur null/fs/aufs/i_op.c linux-5.x-rcN/fs/aufs/i_op.c
+};
diff -Naur null/fs/aufs/i_op_del.c linux-5.x-rcN/fs/aufs/i_op_del.c
--- /dev/null
+++ linux-5.x-rcN/fs/aufs/i_op_del.c 2020-04-20 15:22:44.137821060 +0200
+++ linux-5.x-rcN/fs/aufs/i_op_del.c 2020-04-27 08:27:43.918302605 +0200
@@ -0,0 +1,513 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
......@@ -21536,7 +21536,7 @@ diff -Naur null/fs/aufs/i_op_del.c linux-5.x-rcN/fs/aufs/i_op_del.c
+}
diff -Naur null/fs/aufs/i_op_ren.c linux-5.x-rcN/fs/aufs/i_op_ren.c
--- /dev/null
+++ linux-5.x-rcN/fs/aufs/i_op_ren.c 2020-04-20 15:22:44.137821060 +0200
+++ linux-5.x-rcN/fs/aufs/i_op_ren.c 2020-04-27 08:27:43.918302605 +0200
@@ -0,0 +1,1250 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
......@@ -22790,7 +22790,7 @@ diff -Naur null/fs/aufs/i_op_ren.c linux-5.x-rcN/fs/aufs/i_op_ren.c
+}
diff -Naur null/fs/aufs/Kconfig linux-5.x-rcN/fs/aufs/Kconfig
--- /dev/null
+++ linux-5.x-rcN/fs/aufs/Kconfig 2020-04-20 15:22:44.134487749 +0200
+++ linux-5.x-rcN/fs/aufs/Kconfig 2020-04-27 08:27:43.914969273 +0200
@@ -0,0 +1,199 @@
+# SPDX-License-Identifier: GPL-2.0
+config AUFS_FS
......@@ -22993,7 +22993,7 @@ diff -Naur null/fs/aufs/Kconfig linux-5.x-rcN/fs/aufs/Kconfig
+endif
diff -Naur null/fs/aufs/lcnt.h linux-5.x-rcN/fs/aufs/lcnt.h
--- /dev/null
+++ linux-5.x-rcN/fs/aufs/lcnt.h 2020-04-20 15:22:44.137821060 +0200
+++ linux-5.x-rcN/fs/aufs/lcnt.h 2020-04-27 08:27:43.918302605 +0200
@@ -0,0 +1,186 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+/*
......@@ -23183,7 +23183,7 @@ diff -Naur null/fs/aufs/lcnt.h linux-5.x-rcN/fs/aufs/lcnt.h
+#endif /* __AUFS_LCNT_H__ */
diff -Naur null/fs/aufs/loop.c linux-5.x-rcN/fs/aufs/loop.c
--- /dev/null
+++ linux-5.x-rcN/fs/aufs/loop.c 2020-04-20 15:22:44.137821060 +0200
+++ linux-5.x-rcN/fs/aufs/loop.c 2020-04-27 08:27:43.918302605 +0200
@@ -0,0 +1,148 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
......@@ -23335,7 +23335,7 @@ diff -Naur null/fs/aufs/loop.c linux-5.x-rcN/fs/aufs/loop.c
+}
diff -Naur null/fs/aufs/loop.h linux-5.x-rcN/fs/aufs/loop.h
--- /dev/null
+++ linux-5.x-rcN/fs/aufs/loop.h 2020-04-20 15:22:44.137821060 +0200
+++ linux-5.x-rcN/fs/aufs/loop.h 2020-04-27 08:27:43.918302605 +0200
@@ -0,0 +1,55 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+/*
......@@ -23394,7 +23394,7 @@ diff -Naur null/fs/aufs/loop.h linux-5.x-rcN/fs/aufs/loop.h
+#endif /* __AUFS_LOOP_H__ */
diff -Naur null/fs/aufs/magic.mk linux-5.x-rcN/fs/aufs/magic.mk
--- /dev/null
+++ linux-5.x-rcN/fs/aufs/magic.mk 2020-04-20 15:22:44.137821060 +0200
+++ linux-5.x-rcN/fs/aufs/magic.mk 2020-04-27 08:27:43.918302605 +0200
@@ -0,0 +1,31 @@
+# SPDX-License-Identifier: GPL-2.0
+
......@@ -23429,7 +23429,7 @@ diff -Naur null/fs/aufs/magic.mk linux-5.x-rcN/fs/aufs/magic.mk
+endif
diff -Naur null/fs/aufs/Makefile linux-5.x-rcN/fs/aufs/Makefile
--- /dev/null
+++ linux-5.x-rcN/fs/aufs/Makefile 2020-04-20 15:22:44.134487749 +0200
+++ linux-5.x-rcN/fs/aufs/Makefile 2020-04-27 08:27:43.914969273 +0200
@@ -0,0 +1,46 @@
+# SPDX-License-Identifier: GPL-2.0
+
......@@ -23479,7 +23479,7 @@ diff -Naur null/fs/aufs/Makefile linux-5.x-rcN/fs/aufs/Makefile
+aufs-$(CONFIG_AUFS_MAGIC_SYSRQ) += sysrq.o
diff -Naur null/fs/aufs/module.c linux-5.x-rcN/fs/aufs/module.c
--- /dev/null
+++ linux-5.x-rcN/fs/aufs/module.c 2020-04-20 15:22:44.137821060 +0200
+++ linux-5.x-rcN/fs/aufs/module.c 2020-04-27 08:27:43.918302605 +0200
@@ -0,0 +1,273 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
......@@ -23756,7 +23756,7 @@ diff -Naur null/fs/aufs/module.c linux-5.x-rcN/fs/aufs/module.c
+module_exit(aufs_exit);
diff -Naur null/fs/aufs/module.h linux-5.x-rcN/fs/aufs/module.h
--- /dev/null
+++ linux-5.x-rcN/fs/aufs/module.h 2020-04-20 15:22:44.137821060 +0200
+++ linux-5.x-rcN/fs/aufs/module.h 2020-04-27 08:27:43.918302605 +0200
@@ -0,0 +1,166 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+/*
......@@ -23926,7 +23926,7 @@ diff -Naur null/fs/aufs/module.h linux-5.x-rcN/fs/aufs/module.h
+#endif /* __AUFS_MODULE_H__ */
diff -Naur null/fs/aufs/mvdown.c linux-5.x-rcN/fs/aufs/mvdown.c
--- /dev/null
+++ linux-5.x-rcN/fs/aufs/mvdown.c 2020-04-20 15:22:44.137821060 +0200
+++ linux-5.x-rcN/fs/aufs/mvdown.c 2020-04-27 08:27:43.918302605 +0200
@@ -0,0 +1,706 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
......@@ -24636,7 +24636,7 @@ diff -Naur null/fs/aufs/mvdown.c linux-5.x-rcN/fs/aufs/mvdown.c
+}
diff -Naur null/fs/aufs/opts.c linux-5.x-rcN/fs/aufs/opts.c
--- /dev/null
+++ linux-5.x-rcN/fs/aufs/opts.c 2020-04-20 15:22:44.137821060 +0200
+++ linux-5.x-rcN/fs/aufs/opts.c 2020-04-27 08:27:43.918302605 +0200
@@ -0,0 +1,1880 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
......@@ -26520,7 +26520,7 @@ diff -Naur null/fs/aufs/opts.c linux-5.x-rcN/fs/aufs/opts.c
+}
diff -Naur null/fs/aufs/opts.h linux-5.x-rcN/fs/aufs/opts.h
--- /dev/null
+++ linux-5.x-rcN/fs/aufs/opts.h 2020-04-20 15:22:44.137821060 +0200
+++ linux-5.x-rcN/fs/aufs/opts.h 2020-04-27 08:27:43.921635938 +0200
@@ -0,0 +1,225 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+/*
......@@ -26749,7 +26749,7 @@ diff -Naur null/fs/aufs/opts.h linux-5.x-rcN/fs/aufs/opts.h
+#endif /* __AUFS_OPTS_H__ */
diff -Naur null/fs/aufs/plink.c linux-5.x-rcN/fs/aufs/plink.c
--- /dev/null
+++ linux-5.x-rcN/fs/aufs/plink.c 2020-04-20 15:22:44.137821060 +0200
+++ linux-5.x-rcN/fs/aufs/plink.c 2020-04-27 08:27:43.921635938 +0200
@@ -0,0 +1,516 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
......@@ -27269,7 +27269,7 @@ diff -Naur null/fs/aufs/plink.c linux-5.x-rcN/fs/aufs/plink.c
+}
diff -Naur null/fs/aufs/poll.c linux-5.x-rcN/fs/aufs/poll.c
--- /dev/null
+++ linux-5.x-rcN/fs/aufs/poll.c 2020-04-20 15:22:44.137821060 +0200
+++ linux-5.x-rcN/fs/aufs/poll.c 2020-04-27 08:27:43.921635938 +0200
@@ -0,0 +1,51 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
......@@ -27324,7 +27324,7 @@ diff -Naur null/fs/aufs/poll.c linux-5.x-rcN/fs/aufs/poll.c
+}
diff -Naur null/fs/aufs/posix_acl.c linux-5.x-rcN/fs/aufs/posix_acl.c
--- /dev/null
+++ linux-5.x-rcN/fs/aufs/posix_acl.c 2020-04-20 15:22:44.137821060 +0200
+++ linux-5.x-rcN/fs/aufs/posix_acl.c 2020-04-27 08:27:43.921635938 +0200
@@ -0,0 +1,105 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
......@@ -27433,7 +27433,7 @@ diff -Naur null/fs/aufs/posix_acl.c linux-5.x-rcN/fs/aufs/posix_acl.c
+}
diff -Naur null/fs/aufs/procfs.c linux-5.x-rcN/fs/aufs/procfs.c
--- /dev/null
+++ linux-5.x-rcN/fs/aufs/procfs.c 2020-04-20 15:22:44.137821060 +0200
+++ linux-5.x-rcN/fs/aufs/procfs.c 2020-04-27 08:27:43.921635938 +0200
@@ -0,0 +1,170 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
......@@ -27607,7 +27607,7 @@ diff -Naur null/fs/aufs/procfs.c linux-5.x-rcN/fs/aufs/procfs.c
+}
diff -Naur null/fs/aufs/rdu.c linux-5.x-rcN/fs/aufs/rdu.c
--- /dev/null
+++ linux-5.x-rcN/fs/aufs/rdu.c 2020-04-20 15:22:44.137821060 +0200
+++ linux-5.x-rcN/fs/aufs/rdu.c 2020-04-27 08:27:43.921635938 +0200
@@ -0,0 +1,384 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
......@@ -27995,7 +27995,7 @@ diff -Naur null/fs/aufs/rdu.c linux-5.x-rcN/fs/aufs/rdu.c
+#endif
diff -Naur null/fs/aufs/rwsem.h linux-5.x-rcN/fs/aufs/rwsem.h
--- /dev/null
+++ linux-5.x-rcN/fs/aufs/rwsem.h 2020-04-20 15:22:44.137821060 +0200
+++ linux-5.x-rcN/fs/aufs/rwsem.h 2020-04-27 08:27:43.921635938 +0200
@@ -0,0 +1,73 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+/*
......@@ -28072,7 +28072,7 @@ diff -Naur null/fs/aufs/rwsem.h linux-5.x-rcN/fs/aufs/rwsem.h
+#endif /* __AUFS_RWSEM_H__ */
diff -Naur null/fs/aufs/sbinfo.c linux-5.x-rcN/fs/aufs/sbinfo.c
--- /dev/null
+++ linux-5.x-rcN/fs/aufs/sbinfo.c 2020-04-20 15:22:44.137821060 +0200
+++ linux-5.x-rcN/fs/aufs/sbinfo.c 2020-04-27 08:27:43.921635938 +0200
@@ -0,0 +1,314 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
......@@ -28390,7 +28390,7 @@ diff -Naur null/fs/aufs/sbinfo.c linux-5.x-rcN/fs/aufs/sbinfo.c
+}
diff -Naur null/fs/aufs/super.c linux-5.x-rcN/fs/aufs/super.c
--- /dev/null
+++ linux-5.x-rcN/fs/aufs/super.c 2020-04-20 15:22:44.137821060 +0200
+++ linux-5.x-rcN/fs/aufs/super.c 2020-04-27 08:27:43.921635938 +0200
@@ -0,0 +1,1047 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
......@@ -29441,7 +29441,7 @@ diff -Naur null/fs/aufs/super.c linux-5.x-rcN/fs/aufs/super.c
+};
diff -Naur null/fs/aufs/super.h linux-5.x-rcN/fs/aufs/super.h
--- /dev/null
+++ linux-5.x-rcN/fs/aufs/super.h 2020-04-20 15:22:44.137821060 +0200
+++ linux-5.x-rcN/fs/aufs/super.h 2020-04-27 08:27:43.921635938 +0200
@@ -0,0 +1,589 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+/*
......@@ -30034,7 +30034,7 @@ diff -Naur null/fs/aufs/super.h linux-5.x-rcN/fs/aufs/super.h
+#endif /* __AUFS_SUPER_H__ */
diff -Naur null/fs/aufs/sysaufs.c linux-5.x-rcN/fs/aufs/sysaufs.c
--- /dev/null
+++ linux-5.x-rcN/fs/aufs/sysaufs.c 2020-04-20 15:22:44.137821060 +0200
+++ linux-5.x-rcN/fs/aufs/sysaufs.c 2020-04-27 08:27:43.921635938 +0200
@@ -0,0 +1,93 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
......@@ -30131,7 +30131,7 @@ diff -Naur null/fs/aufs/sysaufs.c linux-5.x-rcN/fs/aufs/sysaufs.c
+}
diff -Naur null/fs/aufs/sysaufs.h linux-5.x-rcN/fs/aufs/sysaufs.h
--- /dev/null
+++ linux-5.x-rcN/fs/aufs/sysaufs.h 2020-04-20 15:22:44.137821060 +0200
+++ linux-5.x-rcN/fs/aufs/sysaufs.h 2020-04-27 08:27:43.921635938 +0200
@@ -0,0 +1,102 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+/*
......@@ -30237,7 +30237,7 @@ diff -Naur null/fs/aufs/sysaufs.h linux-5.x-rcN/fs/aufs/sysaufs.h
+#endif /* __SYSAUFS_H__ */
diff -Naur null/fs/aufs/sysfs.c linux-5.x-rcN/fs/aufs/sysfs.c
--- /dev/null
+++ linux-5.x-rcN/fs/aufs/sysfs.c 2020-04-20 15:22:44.137821060 +0200
+++ linux-5.x-rcN/fs/aufs/sysfs.c 2020-04-27 08:27:43.921635938 +0200
@@ -0,0 +1,374 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
......@@ -30615,7 +30615,7 @@ diff -Naur null/fs/aufs/sysfs.c linux-5.x-rcN/fs/aufs/sysfs.c
+}
diff -Naur null/fs/aufs/sysrq.c linux-5.x-rcN/fs/aufs/sysrq.c
--- /dev/null
+++ linux-5.x-rcN/fs/aufs/sysrq.c 2020-04-20 15:22:44.137821060 +0200
+++ linux-5.x-rcN/fs/aufs/sysrq.c 2020-04-27 08:27:43.921635938 +0200
@@ -0,0 +1,149 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
......@@ -30768,7 +30768,7 @@ diff -Naur null/fs/aufs/sysrq.c linux-5.x-rcN/fs/aufs/sysrq.c
+}
diff -Naur null/fs/aufs/vdir.c linux-5.x-rcN/fs/aufs/vdir.c
--- /dev/null
+++ linux-5.x-rcN/fs/aufs/vdir.c 2020-04-20 15:22:44.137821060 +0200
+++ linux-5.x-rcN/fs/aufs/vdir.c 2020-04-27 08:27:43.921635938 +0200
@@ -0,0 +1,896 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
......@@ -31668,7 +31668,7 @@ diff -Naur null/fs/aufs/vdir.c linux-5.x-rcN/fs/aufs/vdir.c
+}
diff -Naur null/fs/aufs/vfsub.c linux-5.x-rcN/fs/aufs/vfsub.c
--- /dev/null
+++ linux-5.x-rcN/fs/aufs/vfsub.c 2020-04-20 15:22:44.141154370 +0200
+++ linux-5.x-rcN/fs/aufs/vfsub.c 2020-04-27 08:27:43.921635938 +0200
@@ -0,0 +1,902 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
......@@ -32574,7 +32574,7 @@ diff -Naur null/fs/aufs/vfsub.c linux-5.x-rcN/fs/aufs/vfsub.c
+}
diff -Naur null/fs/aufs/vfsub.h linux-5.x-rcN/fs/aufs/vfsub.h
--- /dev/null
+++ linux-5.x-rcN/fs/aufs/vfsub.h 2020-04-20 15:22:44.141154370 +0200
+++ linux-5.x-rcN/fs/aufs/vfsub.h 2020-04-27 08:27:43.921635938 +0200
@@ -0,0 +1,354 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+/*
......@@ -32932,7 +32932,7 @@ diff -Naur null/fs/aufs/vfsub.h linux-5.x-rcN/fs/aufs/vfsub.h
+#endif /* __AUFS_VFSUB_H__ */
diff -Naur null/fs/aufs/wbr_policy.c linux-5.x-rcN/fs/aufs/wbr_policy.c
--- /dev/null
+++ linux-5.x-rcN/fs/aufs/wbr_policy.c 2020-04-20 15:22:44.141154370 +0200
+++ linux-5.x-rcN/fs/aufs/wbr_policy.c 2020-04-27 08:27:43.921635938 +0200
@@ -0,0 +1,830 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
......@@ -33766,7 +33766,7 @@ diff -Naur null/fs/aufs/wbr_policy.c linux-5.x-rcN/fs/aufs/wbr_policy.c
+};
diff -Naur null/fs/aufs/whout.c linux-5.x-rcN/fs/aufs/whout.c
--- /dev/null
+++ linux-5.x-rcN/fs/aufs/whout.c 2020-04-20 15:22:44.141154370 +0200
+++ linux-5.x-rcN/fs/aufs/whout.c 2020-04-27 08:27:43.921635938 +0200
@@ -0,0 +1,1062 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
......@@ -34832,7 +34832,7 @@ diff -Naur null/fs/aufs/whout.c linux-5.x-rcN/fs/aufs/whout.c
+}
diff -Naur null/fs/aufs/whout.h linux-5.x-rcN/fs/aufs/whout.h
--- /dev/null
+++ linux-5.x-rcN/fs/aufs/whout.h 2020-04-20 15:22:44.141154370 +0200
+++ linux-5.x-rcN/fs/aufs/whout.h 2020-04-27 08:27:43.921635938 +0200
@@ -0,0 +1,86 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+/*
......@@ -34922,7 +34922,7 @@ diff -Naur null/fs/aufs/whout.h linux-5.x-rcN/fs/aufs/whout.h
+#endif /* __AUFS_WHOUT_H__ */
diff -Naur null/fs/aufs/wkq.c linux-5.x-rcN/fs/aufs/wkq.c
--- /dev/null
+++ linux-5.x-rcN/fs/aufs/wkq.c 2020-04-20 15:22:44.141154370 +0200
+++ linux-5.x-rcN/fs/aufs/wkq.c 2020-04-27 08:27:43.921635938 +0200
@@ -0,0 +1,372 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
......@@ -35298,7 +35298,7 @@ diff -Naur null/fs/aufs/wkq.c linux-5.x-rcN/fs/aufs/wkq.c
+}
diff -Naur null/fs/aufs/wkq.h linux-5.x-rcN/fs/aufs/wkq.h
--- /dev/null
+++ linux-5.x-rcN/fs/aufs/wkq.h 2020-04-20 15:22:44.141154370 +0200
+++ linux-5.x-rcN/fs/aufs/wkq.h 2020-04-27 08:27:43.921635938 +0200
@@ -0,0 +1,89 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+/*
......@@ -35391,7 +35391,7 @@ diff -Naur null/fs/aufs/wkq.h linux-5.x-rcN/fs/aufs/wkq.h
+#endif /* __AUFS_WKQ_H__ */
diff -Naur null/fs/aufs/xattr.c linux-5.x-rcN/fs/aufs/xattr.c
--- /dev/null
+++ linux-5.x-rcN/fs/aufs/xattr.c 2020-04-20 15:22:44.141154370 +0200
+++ linux-5.x-rcN/fs/aufs/xattr.c 2020-04-27 08:27:43.921635938 +0200
@@ -0,0 +1,356 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
......@@ -35751,7 +35751,7 @@ diff -Naur null/fs/aufs/xattr.c linux-5.x-rcN/fs/aufs/xattr.c
+}
diff -Naur null/fs/aufs/xino.c linux-5.x-rcN/fs/aufs/xino.c
--- /dev/null
+++ linux-5.x-rcN/fs/aufs/xino.c 2020-04-20 15:22:44.141154370 +0200
+++ linux-5.x-rcN/fs/aufs/xino.c 2020-04-27 08:27:43.921635938 +0200
@@ -0,0 +1,1966 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
......@@ -37721,7 +37721,7 @@ diff -Naur null/fs/aufs/xino.c linux-5.x-rcN/fs/aufs/xino.c
+}
diff -Naur null/include/uapi/linux/aufs_type.h linux-5.x-rcN/include/uapi/linux/aufs_type.h
--- /dev/null
+++ linux-5.x-rcN/include/uapi/linux/aufs_type.h 2020-04-20 15:22:44.141154370 +0200
+++ linux-5.x-rcN/include/uapi/linux/aufs_type.h 2020-04-27 08:27:43.921635938 +0200
@@ -0,0 +1,452 @@
+/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
+/*
......
......@@ -8315,11 +8315,11 @@ CONFIG_VIRTIO_INPUT=m
CONFIG_VIRTIO_MMIO=m
CONFIG_VIRTIO_MMIO_CMDLINE_DEVICES=y
CONFIG_VDPA=y
CONFIG_VDPA_MENU=y
CONFIG_VDPA_SIM=y
CONFIG_IFCVF=y
CONFIG_VHOST_IOTLB=y
CONFIG_VHOST_RING=y
CONFIG_VHOST_DPN=y
CONFIG_VHOST=y
CONFIG_VHOST_MENU=y
CONFIG_VHOST_NET=m
......@@ -9915,6 +9915,27 @@ CONFIG_EROFS_FS_SECURITY=y
CONFIG_EROFS_FS_ZIP=y
CONFIG_EROFS_FS_CLUSTER_PAGE_LIMIT=2
CONFIG_VBOXSF_FS=m
CONFIG_AUFS_FS=m
CONFIG_AUFS_BRANCH_MAX_127=y
# CONFIG_AUFS_BRANCH_MAX_511 is not set
# CONFIG_AUFS_BRANCH_MAX_1023 is not set
# CONFIG_AUFS_BRANCH_MAX_32767 is not set
CONFIG_AUFS_SBILIST=y
CONFIG_AUFS_HNOTIFY=y
CONFIG_AUFS_HFSNOTIFY=y
CONFIG_AUFS_EXPORT=y
CONFIG_AUFS_INO_T_64=y
# CONFIG_AUFS_XATTR is not set
# CONFIG_AUFS_FHSM is not set
CONFIG_AUFS_RDU=y
# CONFIG_AUFS_DIRREN is not set
CONFIG_AUFS_SHWH=y
CONFIG_AUFS_BR_RAMFS=y
CONFIG_AUFS_BR_FUSE=y
CONFIG_AUFS_POLL=y
CONFIG_AUFS_BR_HFSPLUS=y
CONFIG_AUFS_BDEV_LOOP=y
# CONFIG_AUFS_DEBUG is not set
CONFIG_NETWORK_FILESYSTEMS=y
CONFIG_NFS_FS=m
CONFIG_NFS_V2=m
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment