X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fkernel_patches%2Fpatches%2Fexport-2.6.32-vanilla.patch;fp=lustre%2Fkernel_patches%2Fpatches%2Fexport-2.6.32-vanilla.patch;h=95157b3e0dcf929f7d3002a8c67ce63b325bf80d;hp=0cb7884266cbbb941454068513848aeaf96d9af6;hb=ef989f46136dace8d44e7b4346dfb8530f6ad56b;hpb=b33cba87140d6801368d68772c864f49178720eb diff --git a/lustre/kernel_patches/patches/export-2.6.32-vanilla.patch b/lustre/kernel_patches/patches/export-2.6.32-vanilla.patch index 0cb7884..95157b3 100644 --- a/lustre/kernel_patches/patches/export-2.6.32-vanilla.patch +++ b/lustre/kernel_patches/patches/export-2.6.32-vanilla.patch @@ -1,7 +1,7 @@ -security_inode_unlink() is used in filter_vfs_unlink() -to avoid lock ordering problems. I'm not sure if this -is still needed with ext4, and it definitely looks to -be gone with DMU changes. +security_inode_unlink() was used in filter_vfs_unlink() to avoid +lock ordering problems. This is no longer needed for Lustre 2.4 +with the change to osd-ldiskfs, but is kept for compatibility with +older server code so they can share the same kernel. Index: linux+rh+chaos/security/security.c ===================================================================