Whamcloud - gitweb
b=15692 statahead should hold parent dir's i_mutex to synchronize with other operatio...
authorFan Yong <Yong.Fan@Sun.COM>
Sat, 19 Dec 2009 16:08:46 +0000 (00:08 +0800)
committerRobert Read <rread@sun.com>
Tue, 22 Dec 2009 00:34:01 +0000 (16:34 -0800)
commite99ff8c12711281dc7e7e6bfd02c96eb956e4a33
tree9020fd57945180438f790294100664958558055c
parentd9872851247f32423b6ee9abb70d95f7eb037493
b=15692 statahead should hold parent dir's i_mutex to synchronize with other operations from VFS layer when inserting dentry to dcache

1) statahead should hold parent dir's i_mutex to synchronize with other operations from VFS layer when inserting dentry to dcache
2) drop unused ll_lookup_lock
3) drop unused DCACHE_LUSTRE_INVALID definition checking
4) more debug information
5) other code cleanup

i=robert.read
i=eric.mei
lustre/llite/dcache.c
lustre/llite/dir.c
lustre/llite/file.c
lustre/llite/llite_internal.h
lustre/llite/llite_lib.c
lustre/llite/lproc_llite.c
lustre/llite/namei.c
lustre/llite/statahead.c