Whamcloud - gitweb
b=20373 don't do rep-ack if not created anything
authorOleg Drokin <green@linuxhacker.ru>
Thu, 25 Mar 2010 22:40:32 +0000 (18:40 -0400)
committerJohann Lombardi <johann@sun.com>
Fri, 26 Mar 2010 23:45:25 +0000 (00:45 +0100)
commitfa3118856b0aedd199c04ac7adf67fed9089509b
tree2c9e6a9d273c4f7620ef66f83105d61516cd0e14
parent8f08c2da3b83985455f70a51a41e17c0a9d5ff04
b=20373 don't do rep-ack if not created anything

i=johann
i=Z

mds_open currently always put a lock into a rep-ack regardless if something
was created or not. This is pointless and only creates needless contention.
In fact the entire idea was to do this for real creates as a recovery protection.
lustre/mds/mds_open.c