kernel: update linux 3.8 to 3.8.3
[oweals/openwrt.git] / target / linux / generic / patches-3.8 / 100-overlayfs.patch
index 5d481174c3356ec3953b0519edf9452f3b802740..6c7648d56927f1c17396a78998099d9967156a83 100644 (file)
  
  /**
   * sb_permission - Check superblock-level permissions
-@@ -2878,9 +2879,12 @@ finish_open_created:
+@@ -2876,9 +2877,12 @@ finish_open_created:
        error = may_open(&nd->path, acc_mode, open_flag);
        if (error)
                goto out;
                goto out;
 --- a/fs/namespace.c
 +++ b/fs/namespace.c
-@@ -1410,6 +1410,24 @@ void drop_collected_mounts(struct vfsmou
+@@ -1417,6 +1417,24 @@ void drop_collected_mounts(struct vfsmou
        release_mounts(&umount_list);
  }