Whamcloud - gitweb
b=612449
authorpschwan <pschwan>
Sun, 22 Sep 2002 03:32:28 +0000 (03:32 +0000)
committerpschwan <pschwan>
Sun, 22 Sep 2002 03:32:28 +0000 (03:32 +0000)
commit67aca4692652945d2dd75fec6a0a77a99785128c
tree1ab0d91b417b53725df318dce0ac8d40f2bc8778
parente5498ceb60c53d3406caa7f5cda97f686fd5879a
b=612449
Fix two bugs related to file attributes:

1. We were accidentally clobbering the mode with the mode from the OST in
   ll_file_size
2. We were not updating the file attributes in ll_find_inode

Both are fixed, and inode attributes are once again coherent.
lustre/include/linux/lustre_lite.h
lustre/llite/file.c
lustre/llite/namei.c
lustre/llite/super.c