Whamcloud - gitweb
src needs to be in the options list if it is going to be available for use.
[fs/lustre-release.git] / lustre / llite / llite_nfs.c
index 6b2c3c8..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, 0, 
-                        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);