Whamcloud - gitweb
Land b_hd_capa onto HEAD (20050809_1942)
[fs/lustre-release.git] / lustre / llite / llite_nfs.c
index c9ddcdc..d693709 100644 (file)
@@ -79,8 +79,8 @@ static struct inode * search_inode_for_lustre(struct super_block *sb,
         id_ino(&id) = (__u64)ino;
         id_gen(&id) = generation;
 
-        rc = md_getattr(sbi->ll_md_exp, &id, valid, NULL,
-                        eadatalen, &req);
+        rc = md_getattr(sbi->ll_md_exp, &id, valid, NULL, NULL, 0, 
+                        eadatalen, NULL, &req);
         if (rc) {
                 CERROR("failure %d inode %lu\n", rc, ino);
                 return ERR_PTR(rc);