Whamcloud - gitweb
- Extract the file size and blocks from osc_open() in ll_file_open(). Avoids
authoradilger <adilger>
Wed, 16 Oct 2002 17:27:18 +0000 (17:27 +0000)
committeradilger <adilger>
Wed, 16 Oct 2002 17:27:18 +0000 (17:27 +0000)
commit0d646e7ee7be8c8c28a27120f9db4231e3e0cde7
tree6bfb274a2b55eeee1549974d00dbba0ec56d90e1
parente52644252dd53741bbce43f6781a29359d315619
- Extract the file size and blocks from osc_open() in ll_file_open().  Avoids
  a bug where the file size is incorrectly stored on the MDS (not sure why,
  but then we don't trust the file size on the MDS anyways.
- Fix the unlock half of the boolean locking check I fixed last week.
- Use the common ll_create_objects() helper to create objects, so the BA OST
  workaround is in use for all creates.
lustre/include/linux/lustre_lite.h
lustre/llite/file.c
lustre/llite/namei.c