Whamcloud - gitweb
fix a defect in opening a newly created symlink:
authorhuanghua <huanghua>
Fri, 4 Aug 2006 16:12:10 +0000 (16:12 +0000)
committerhuanghua <huanghua>
Fri, 4 Aug 2006 16:12:10 +0000 (16:12 +0000)
commit378c01e644ac703260ef7107a4d6120140feb8c3
treedebf0cf7c0e37861431b8ab02f12be8294a086e5
parente5cf7c63adfa410ce7d063903223a6d7f5af28a9
fix a defect in opening a newly created symlink:
when we have created a symlink, we do not create dentry and inode for new symlink
in original solution.
I bypass ll_symlink_raw(), but use ll_symlink() instead. this will not increase
additional RPCs as I see.
lustre/llite/namei.c