Whamcloud - gitweb
b=23289 don't need call mdd_links_get for the new created file
authorJian Yu <jian.yu@oracle.com>
Tue, 2 Nov 2010 07:12:41 +0000 (15:12 +0800)
committerVitaly Fertman <vitaly.fertman@sun.com>
Tue, 2 Nov 2010 12:07:39 +0000 (15:07 +0300)
commit2f5709810b90321b9e9cfb84e119d55bd77f20c4
tree615116e5617eab43d93f0ce961b20d4d9c6bbee4
parent23f8974880657c5c806a5abc900b40b9902846c8
b=23289 don't need call mdd_links_get for the new created file

We know it's the first link for new created file, so we don't need to
call mdd_links_get, which is an xattr_get and overhead, while creating file.

o=liang
i=mikhail.pershin
i=di.wang
lustre/mdd/mdd_dir.c