summaryrefslogtreecommitdiffstats
path: root/features/unionfs/unionfs-replace-d_alloc_root-with-d_make_root.patch
diff options
context:
space:
mode:
Diffstat (limited to 'features/unionfs/unionfs-replace-d_alloc_root-with-d_make_root.patch')
-rw-r--r--features/unionfs/unionfs-replace-d_alloc_root-with-d_make_root.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/features/unionfs/unionfs-replace-d_alloc_root-with-d_make_root.patch b/features/unionfs/unionfs-replace-d_alloc_root-with-d_make_root.patch
index fe49c602..cc32137b 100644
--- a/features/unionfs/unionfs-replace-d_alloc_root-with-d_make_root.patch
+++ b/features/unionfs/unionfs-replace-d_alloc_root-with-d_make_root.patch
@@ -1,17 +1,17 @@
-From 0310ad586c23871802aabff360c54505f62ea56f Mon Sep 17 00:00:00 2001
+From e408aad075b70f35b882667afeb1ccc96e38df77 Mon Sep 17 00:00:00 2001
From: Bruce Ashfield <bruce.ashfield@windriver.com>
Date: Thu, 29 Mar 2012 16:09:45 -0400
-Subject: [PATCH] unionfs: replace d_alloc_root with d_make_root
+Subject: [PATCH 2/5] unionfs: replace d_alloc_root with d_make_root
d_alloc_root has been removed, updating to the replacement d_make_root
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
fs/unionfs/main.c | 4 ++--
- 1 files changed, 2 insertions(+), 2 deletions(-)
+ 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/fs/unionfs/main.c b/fs/unionfs/main.c
-index 87cd1fc..fb18ef4 100644
+index ee78f1d..0077ebe 100644
--- a/fs/unionfs/main.c
+++ b/fs/unionfs/main.c
@@ -599,7 +599,7 @@ static int unionfs_read_super(struct super_block *sb, void *raw_data,
@@ -33,5 +33,5 @@ index 87cd1fc..fb18ef4 100644
*/
d_rehash(sb->s_root);
--
-1.7.5.4
+1.7.10.4