Whamcloud - gitweb
b=6942
authoralex <alex>
Thu, 23 Jun 2005 12:26:15 +0000 (12:26 +0000)
committeralex <alex>
Thu, 23 Jun 2005 12:26:15 +0000 (12:26 +0000)
commit897d25c24845732fe9600b072f0e7182206791ba
tree14aa40632e7aaa8630f1f52610c0a9cac534f3d1
parent7df81de58627b50e17b28ded8763f0e17de07e7c
b=6942

 - don't take inode->i_sem. otherwise we deadlock because right ordering
   is i_sem then journal_strart. as we're creating the file, nobody can
   access it. so it's safe to set fid w/o i_sem
lustre/mds/mds_open.c