X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fliblustre%2Fdir.c;h=c236d730e35a56b83bfbf83dc97f799ca6269b43;hp=cceb1e0530c493c83e0087f9660bf83a97e81d52;hb=a1d11a561dea2ae38275eedc64d09e1fe1730d6b;hpb=1b0e1ce43a3c18459eaccbcd8f4b2c84f36d061e diff --git a/lustre/liblustre/dir.c b/lustre/liblustre/dir.c index cceb1e0..c236d73 100644 --- a/lustre/liblustre/dir.c +++ b/lustre/liblustre/dir.c @@ -75,7 +75,7 @@ static int llu_dir_do_readpage(struct inode *inode, struct page *page) } rc = ldlm_lock_match(obddev->obd_namespace, LDLM_FL_BLOCK_GRANTED, - &res_id, LDLM_PLAIN, NULL, 0, LCK_PR, &lockh); + &res_id, LDLM_PLAIN, NULL, LCK_PR, &lockh); if (!rc) { llu_prepare_mdc_op_data(&data, inode, NULL, NULL, 0, 0);