X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=target%2Flinux%2Fgeneric%2Fpatches-3.14%2F100-overlayfs.patch;h=28bd4d89f5dda2235b97adb10eb837194583bc69;hp=218b5c81d7a20d2221e78ffd523b3e74399c0376;hb=47b081885c20f62621b462ca3d1549d6b56f4ab2;hpb=550c2deed48ef4655ea7e95146b49cb5f51c71cd diff --git a/target/linux/generic/patches-3.14/100-overlayfs.patch b/target/linux/generic/patches-3.14/100-overlayfs.patch index 218b5c81d7..28bd4d89f5 100644 --- a/target/linux/generic/patches-3.14/100-overlayfs.patch +++ b/target/linux/generic/patches-3.14/100-overlayfs.patch @@ -380,7 +380,7 @@ { --- a/fs/open.c +++ b/fs/open.c -@@ -834,8 +834,7 @@ struct file *dentry_open(const struct pa +@@ -822,8 +822,7 @@ struct file *dentry_open(const struct pa f = get_empty_filp(); if (!IS_ERR(f)) { f->f_flags = flags; @@ -390,7 +390,7 @@ if (!error) { /* from now on we need fput() to dispose of f */ error = open_check_o_direct(f); -@@ -852,6 +851,26 @@ struct file *dentry_open(const struct pa +@@ -840,6 +839,26 @@ struct file *dentry_open(const struct pa } EXPORT_SYMBOL(dentry_open);