Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
---
- include/linux/sched.h | 4 +++-
+ include/linux/sched.h | 2 ++
include/net/scm.h | 5 +++--
net/core/scm.c | 24 +++++++++++++++++++++---
- 3 files changed, 27 insertions(+), 6 deletions(-)
+ 3 files changed, 26 insertions(+), 5 deletions(-)
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
-@@ -1256,7 +1256,9 @@ struct task_struct {
+@@ -1256,6 +1256,8 @@ struct task_struct {
atomic_t fs_excl; /* holding fs exclusive resources */
struct rcu_head rcu;
-- /*
+ struct list_head *scm_work_list;
+
-+/*
+ /*
* cache last used pipe for splice
*/
- struct pipe_inode_info *splice_pipe;
--- a/include/net/scm.h
+++ b/include/net/scm.h
@@ -14,8 +14,9 @@
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
---
- include/linux/sched.h | 4 +++-
+ include/linux/sched.h | 2 ++
include/net/scm.h | 5 +++--
net/core/scm.c | 24 +++++++++++++++++++++---
- 3 files changed, 27 insertions(+), 6 deletions(-)
+ 3 files changed, 26 insertions(+), 5 deletions(-)
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
-@@ -1288,7 +1288,9 @@ struct task_struct {
+@@ -1288,6 +1288,8 @@ struct task_struct {
atomic_t fs_excl; /* holding fs exclusive resources */
struct rcu_head rcu;
-- /*
+ struct list_head *scm_work_list;
+
-+/*
+ /*
* cache last used pipe for splice
*/
- struct pipe_inode_info *splice_pipe;
--- a/include/net/scm.h
+++ b/include/net/scm.h
@@ -14,8 +14,9 @@