Whamcloud - gitweb
Make all of the obdo<->inode and obdo<->iattr copy routines take a valid
authoradilger <adilger>
Fri, 23 Aug 2002 21:50:09 +0000 (21:50 +0000)
committeradilger <adilger>
Fri, 23 Aug 2002 21:50:09 +0000 (21:50 +0000)
commit61cdc77e8e038e9cbba574f7c3d7c4c1cdf4b109
tree5d243ccb892509e0918a3ecd918eafa1f4b433cc
parent0519116c56f55bd482d886b3a4ea182442441f9c
Make all of the obdo<->inode and obdo<->iattr copy routines take a valid
flag as a parameter, to avoid copying fields into or out of the obdo/inode
that you don't want to copy, just because oa->o_valid is set.

When we do the ll_file_size call to the OST, return the blocks count at
the same time.

Remove some of the verbosity from the locked-page writeout case.  Real
fix is pending.
lustre/include/linux/obd_class.h
lustre/llite/super.c
lustre/obdfilter/filter.c