Whamcloud - gitweb
land b_hd_remote_acl: support get/set ACL from remote client.
[fs/lustre-release.git] / lustre / llite / llite_nfs.c
index c9ddcdc..e7138c2 100644 (file)
@@ -79,7 +79,7 @@ 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,
+        rc = md_getattr(sbi->ll_md_exp, &id, valid, NULL, NULL, 0,
                         eadatalen, &req);
         if (rc) {
                 CERROR("failure %d inode %lu\n", rc, ino);