diff options
author | Christian Breunig <christian@breunig.cc> | 2024-01-05 22:21:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-05 22:21:00 +0100 |
commit | 49535ccb84ece396f09b0a4b5c1f383fc769e187 (patch) | |
tree | 9a7c7b3178e6336682a8fda4120d264729fbbd1f /packages/linux-kernel/patches/kernel/0002-inotify-support-for-stackable-filesystems.patch | |
parent | 50285486855b9813017ea97d3a845727dcd3bb65 (diff) | |
parent | d8100d30b52ade0e6b37fcf9da0e2b99664cb395 (diff) | |
download | vyos-build-49535ccb84ece396f09b0a4b5c1f383fc769e187.tar.gz vyos-build-49535ccb84ece396f09b0a4b5c1f383fc769e187.zip |
Merge pull request #483 from vyos/mergify/bp/sagitta/pr-482
Kernel: T5887: update Linux Kernel to v6.6.9 (backport #482)
Diffstat (limited to 'packages/linux-kernel/patches/kernel/0002-inotify-support-for-stackable-filesystems.patch')
-rw-r--r-- | packages/linux-kernel/patches/kernel/0002-inotify-support-for-stackable-filesystems.patch | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/packages/linux-kernel/patches/kernel/0002-inotify-support-for-stackable-filesystems.patch b/packages/linux-kernel/patches/kernel/0002-inotify-support-for-stackable-filesystems.patch index fdb8de0a..31544af4 100644 --- a/packages/linux-kernel/patches/kernel/0002-inotify-support-for-stackable-filesystems.patch +++ b/packages/linux-kernel/patches/kernel/0002-inotify-support-for-stackable-filesystems.patch @@ -190,7 +190,7 @@ index 1c4bfdab008d..cf567cc33679 100644 struct inotify_inode_mark *i_mark) { diff --git a/fs/overlayfs/super.c b/fs/overlayfs/super.c -index 3d14a3f1465d..adee0c20295a 100644 +index 3fa2416264a4..38930c1e70d8 100644 --- a/fs/overlayfs/super.c +++ b/fs/overlayfs/super.c @@ -15,6 +15,7 @@ @@ -199,9 +199,9 @@ index 3d14a3f1465d..adee0c20295a 100644 #include <linux/exportfs.h> +#include <linux/inotify.h> #include <linux/file.h> - #include "overlayfs.h" - -@@ -2202,6 +2203,18 @@ static void ovl_inode_init_once(void *foo) + #include <linux/fs_context.h> + #include <linux/fs_parser.h> +@@ -1525,6 +1526,18 @@ static void ovl_inode_init_once(void *foo) inode_init_once(&oi->vfs_inode); } @@ -220,7 +220,7 @@ index 3d14a3f1465d..adee0c20295a 100644 static int __init ovl_init(void) { int err; -@@ -2217,18 +2230,24 @@ static int __init ovl_init(void) +@@ -1540,18 +1553,24 @@ static int __init ovl_init(void) err = ovl_aio_request_cache_init(); if (!err) { err = register_filesystem(&ovl_fs_type); @@ -294,5 +294,5 @@ index 8d20caa1b268..c126e2f93a73 100644 + #endif /* _LINUX_INOTIFY_H */ -- -2.30.2 +2.39.2 |