Whamcloud - gitweb
- fixes and improvements in GNS:
authoryury <yury>
Thu, 21 Apr 2005 11:38:17 +0000 (11:38 +0000)
committeryury <yury>
Thu, 21 Apr 2005 11:38:17 +0000 (11:38 +0000)
commit7213e75e3f8c83ec17ac039be5cc0e4ed22e1f93
tree7fe96af4165771962a0cb0e157c121f0df7c08d0
parent2dd52da58e66af04159fa5c130ae637a917c2223
- fixes and improvements in GNS:

  - fixed reading of mount object. Should be read not more than PAGE_SIZE - 1,
    reserving one byte for terminating zero.

  - fixed read data zero terminating. Not data[PAGE_SIZE - 1] should be zeroed
    out, but rather zero should be put at the end of actual read data.

  - added one more test which tests how GNS will mount dentry when there is
    number of concurent thread creating entries in the same directory. test_3a

  - fixes in other sanity tests. When a test creates number of concurrent threads
    for checking something, it should wait their termination before getting
    execution result and possibly fail. Do not remove upcalls from /tmp to have
    the ability to look at them after failure.
lustre/llite/llite_gns.c
lustre/llite/super25.c
lustre/tests/sanity-gns.sh