[packages/kernel/LINUX_5_15] Rel 2; fix fsnotify_alloc_group call

arekm arekm at pld-linux.org
Sat Apr 13 23:44:03 CEST 2024


commit fdc9121f9e62789c89143c01e5925b9fe8d05427
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Sat Apr 13 23:43:39 2024 +0200

    Rel 2; fix fsnotify_alloc_group call

 kernel-aufs5.patch | 2 +-
 kernel.spec        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index 50d60f6a..30234b30 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -65,7 +65,7 @@
 %define		have_pcmcia	0
 %endif
 
-%define		rel		1
+%define		rel		2
 %define		basever		5.15
 %define		postver		.155
 
diff --git a/kernel-aufs5.patch b/kernel-aufs5.patch
index 89f70d76..2efe1608 100644
--- a/kernel-aufs5.patch
+++ b/kernel-aufs5.patch
@@ -18146,7 +18146,7 @@ diff -urN /usr/share/empty/fs/aufs/hfsnotify.c linux/fs/aufs/hfsnotify.c
 +		goto out;
 +
 +	err = 0;
-+	group = fsnotify_alloc_group(&au_hfsn_ops);
++	group = fsnotify_alloc_group(&au_hfsn_ops, 0);
 +	if (IS_ERR(group)) {
 +		err = PTR_ERR(group);
 +		pr_err("fsnotify_alloc_group() failed, %d\n", err);
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kernel.git/commitdiff/fdc9121f9e62789c89143c01e5925b9fe8d05427



More information about the pld-cvs-commit mailing list