X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=ldiskfs%2Fkernel_patches%2Fpatches%2Fsles11sp2%2Fext4-misc.patch;h=6e5e1915df2c7196e56c975a5d0c1779ba32699d;hb=refs%2Fchanges%2F68%2F9868%2F3;hp=efa3eae3cb390bff214d8c0fe8f63c3508c72fce;hpb=75ee8334498f948ecd030ad5edb22bc596f300fc;p=fs%2Flustre-release.git diff --git a/ldiskfs/kernel_patches/patches/sles11sp2/ext4-misc.patch b/ldiskfs/kernel_patches/patches/sles11sp2/ext4-misc.patch index efa3eae..6e5e191 100644 --- a/ldiskfs/kernel_patches/patches/sles11sp2/ext4-misc.patch +++ b/ldiskfs/kernel_patches/patches/sles11sp2/ext4-misc.patch @@ -99,7 +99,7 @@ + + if (path) { + /* probably there is space in leaf? */ -+ depth = ext_depth(inode); ++ depth = path->p_depth; + if (le16_to_cpu(path[depth].p_hdr->eh_entries) + < le16_to_cpu(path[depth].p_hdr->eh_max)) + return 1;