Whamcloud - gitweb
Fix for LASSERT failure in ll_inode_getattr.
authoradilger <adilger>
Tue, 27 May 2003 23:06:30 +0000 (23:06 +0000)
committeradilger <adilger>
Tue, 27 May 2003 23:06:30 +0000 (23:06 +0000)
commit63a3c278f7cff13ec3106cf86dcd0bfe3c68b0a7
tree32225d1abb436c81000306bc9ede11ce79313482
parentc5d9705168dfe3b3a8fcd2a53d880fdf339e42c0
Fix for LASSERT failure in ll_inode_getattr.
Also removes get_info("brw_size") and instead uses o_blksize from the OSC
  to set the "optimum" block size for IO (ala st_blksize from fstat).  We
  do not yet pass this from the OST to the client, but we should as soon
  as BA OSTs do.
This also removes a problem where we returned bad values for st_blksize at
  times (4096 when the inode was created, 65536 * num_osts later, instead
  of 65536 * num_stripes).
lustre/llite/iod.c