mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-05 14:36:14 +02:00
b69ee884f4
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17738 3c298f89-4303-0410-b956-a3cf2f4a3e73
12 lines
463 B
Diff
12 lines
463 B
Diff
--- a/include/linux/union.h
|
|
+++ b/include/linux/union.h
|
|
@@ -77,7 +77,7 @@ extern int union_permission(struct path
|
|
#define __union_copyup(x, y, z) ({ BUG(); (0); })
|
|
#define union_copyup(x, y) ({ (0); })
|
|
#define union_copyup_dir(x) ({ BUG(); (0); })
|
|
-#define union_permission(x, y) inode_permission(x->dentry->d_inode, y)
|
|
+#define union_permission(x, y) inode_permission((x)->dentry->d_inode, y)
|
|
|
|
#endif /* CONFIG_UNION_MOUNT */
|
|
#endif /* __KERNEL__ */
|