Whamcloud - gitweb
Land b_hd_capa onto HEAD (20050809_1942)
[fs/lustre-release.git] / lustre / llite / symlink.c
index 443f782..82e9d32 100644 (file)
@@ -50,7 +50,7 @@ static int ll_readlink_internal(struct inode *inode,
 
         ll_inode2id(&id, inode);
         rc = md_getattr(sbi->ll_md_exp, &id, OBD_MD_LINKNAME, NULL, NULL, 0,
-                        symlen, request);
+                        symlen, NULL, request);
 
         if (rc) {
                 if (rc != -ENOENT)