Whamcloud - gitweb
LU-155 cleanup some dead code
authorJohann Lombardi <johann@whamcloud.com>
Thu, 24 Mar 2011 17:01:04 +0000 (18:01 +0100)
committerOleg Drokin <green@whamcloud.com>
Wed, 30 Mar 2011 16:42:45 +0000 (09:42 -0700)
commit8f0121ed09cf02dc12933bb3e880194b7ef0990e
tree68eb075c0807ac7b50c8b2d3f8baf801b50006d8
parent11bd2628faacad6be34b138a1d6ef1a9303696fe
LU-155 cleanup some dead code

- 2.x does not support any kernels with vfs intents, so we can drop the related lustre code
 (as a side note, HAVE_VFS_INTENT_PATCHES seems to be gone already)
- remove ll_pin/unpin since it won't be used any more
- add a comment to ll_ddelete()

Change-Id: I3ed16d84c8618071ea66d9c2cc9d2810b23f1830
Signed-off-by: Johann Lombardi <johann@whamcloud.com>
Reviewed-on: http://review.whamcloud.com/359
Tested-by: Hudson
Reviewed-by: Oleg Drokin <green@whamcloud.com>
Reviewed-by: Mikhail Pershin <tappro@whamcloud.com>
13 files changed:
lustre/include/linux/lustre_acl.h
lustre/include/linux/lustre_intent.h
lustre/include/linux/lustre_mds.h
lustre/include/linux/obd.h
lustre/include/lustre_mdc.h
lustre/ldlm/ldlm_lock.c
lustre/llite/dcache.c
lustre/llite/file.c
lustre/llite/llite_internal.h
lustre/llite/namei.c
lustre/llite/symlink.c
lustre/lmv/lmv_intent.c
lustre/obdclass/linux/linux-module.c