From e484add481147069e9d4131299e733ccd5f52d01 Mon Sep 17 00:00:00 2001 From: acoul Date: Thu, 24 Feb 2011 19:08:49 +0000 Subject: linux/generic: fix r25699 take II git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25703 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../linux/generic/patches-2.6.38/218-mini_fo_fix_2_6_38.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'target') diff --git a/target/linux/generic/patches-2.6.38/218-mini_fo_fix_2_6_38.patch b/target/linux/generic/patches-2.6.38/218-mini_fo_fix_2_6_38.patch index f1416eb47..6807c599a 100644 --- a/target/linux/generic/patches-2.6.38/218-mini_fo_fix_2_6_38.patch +++ b/target/linux/generic/patches-2.6.38/218-mini_fo_fix_2_6_38.patch @@ -35,3 +35,13 @@ goto out; } } +@@ -148,7 +148,8 @@ mini_fo_d_compare(dentry_t *dentry, qstr + hidden_dentry = dtohd(dentry); + + if (hidden_dentry && hidden_dentry->d_op && hidden_dentry->d_op->d_compare) { +- err = hidden_dentry->d_op->d_compare(hidden_dentry, a, b); ++ err = hidden_dentry->d_op->d_compare(NULL, NULL, NULL, NULL, ++ hidden_dentry->d_name.len, a, b); + } else { + err = ((a->len != b->len) || memcmp(a->name, b->name, b->len)); + } -- cgit v1.2.3