Whamcloud - gitweb
b=5654
authorphil <phil>
Sat, 26 Mar 2005 04:38:54 +0000 (04:38 +0000)
committerphil <phil>
Sat, 26 Mar 2005 04:38:54 +0000 (04:38 +0000)
commite0d11c814380e39eabb3c1dddc08e41a7091e6ad
treef0d29f86d6c1ff4089dfcafbcbd704f326c2543c
parentf0e8134cea99ab7944f24e212b876c36f4cb7c7b
b=5654
r=adilger

The last little bits of cleanup for bug 5654 (from Andreas's review):
- save_valid isn't needed in ll_setattr_raw, because either the function exits
  early or ia_valid gets cleared regardless
- protect i_size updates in ll_nopage and ll_ap_refresh_count
- change ll_page_matches to only match outgoing locks for real reads;
  readaheads no longer match locks which are in the process of being
  cancelled anyways
lustre/llite/llite_lib.c
lustre/llite/llite_mmap.c
lustre/llite/rw.c