From 195e79a2022fc778028930f902ffa7a87baee681 Mon Sep 17 00:00:00 2001 From: kaloz Date: Thu, 8 Oct 2009 09:13:14 +0000 Subject: resync 2.6.31 patches git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17991 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../generic-2.6/patches-2.6.31/234-union_mounts_no_debug.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'target/linux/generic-2.6/patches-2.6.31/234-union_mounts_no_debug.patch') diff --git a/target/linux/generic-2.6/patches-2.6.31/234-union_mounts_no_debug.patch b/target/linux/generic-2.6/patches-2.6.31/234-union_mounts_no_debug.patch index 476d3700ee..deabd43045 100644 --- a/target/linux/generic-2.6/patches-2.6.31/234-union_mounts_no_debug.patch +++ b/target/linux/generic-2.6/patches-2.6.31/234-union_mounts_no_debug.patch @@ -1,6 +1,6 @@ --- a/fs/union.c +++ b/fs/union.c -@@ -842,10 +842,8 @@ +@@ -842,10 +842,8 @@ static int union_copyup_dir_one(void *bu /* Lookup this entry in the topmost directory */ dentry = lookup_one_len(name, topmost_dentry, namlen); @@ -12,7 +12,7 @@ /* * If the entry already exists, one of the following is true: -@@ -857,7 +855,6 @@ +@@ -857,7 +855,6 @@ static int union_copyup_dir_one(void *bu */ if (dentry->d_inode || d_is_whiteout(dentry) || d_is_fallthru(dentry)) { @@ -20,7 +20,7 @@ goto out_dput; } -@@ -867,7 +864,6 @@ +@@ -867,7 +864,6 @@ static int union_copyup_dir_one(void *bu * used, so each file system must implement its own way of * storing a fallthru entry. */ -- cgit v1.2.3