Whamcloud - gitweb
b=15962 statahead should not alias dentry with inode, which should be done by VFS...
authorFan Yong <Yong.Fan@Sun.COM>
Tue, 9 Mar 2010 19:25:59 +0000 (11:25 -0800)
committerRobert Read <rread@sun.com>
Tue, 9 Mar 2010 19:25:59 +0000 (11:25 -0800)
commitc2aa451e7847e3ed63cb5ac8417786b6b8914aff
treea1e774b1ed8d079769b51649eb68815a89487e93
parent9fbf757cf783a11079abc7f9f8cef5598bc81093
b=15962 statahead should not alias dentry with inode, which should be done by VFS layer operation with parent dir's i_mutex held

1) statahead should not alias dentry with inode, which should be done by VFS layer operation with parent dir's i_mutex held
2) code cleanup

i=tom.wang
i=jinshan.xiong
13 files changed:
lustre/include/obd.h
lustre/include/obd_class.h
lustre/llite/dcache.c
lustre/llite/dir.c
lustre/llite/llite_internal.h
lustre/llite/llite_lib.c
lustre/llite/lproc_llite.c
lustre/llite/namei.c
lustre/llite/statahead.c
lustre/lmv/lmv_obd.c
lustre/mdc/mdc_internal.h
lustre/mdc/mdc_locks.c
lustre/tests/replay-single.sh