X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=util-vserver%2Flib%2Fsyscall_getiattr-v13.hc;h=409c9a53fc386de7a7516e2798187aac2c6f37ff;hb=3eb1b2279739d0f16391a3724a9897c686f030d3;hp=cca3deaab6202a53f570eb7aa0a33917442c8a3b;hpb=f013ef2cabd47dadaae7546d830089f879130575;p=util-vserver.git diff --git a/util-vserver/lib/syscall_getiattr-v13.hc b/util-vserver/lib/syscall_getiattr-v13.hc index cca3dea..409c9a5 100644 --- a/util-vserver/lib/syscall_getiattr-v13.hc +++ b/util-vserver/lib/syscall_getiattr-v13.hc @@ -29,7 +29,7 @@ vc_get_iattr_v13(char const *filename, struct vcmd_ctx_iattr_v1 attr; int rc; - attr.file_name = filename; + attr.name = filename; rc = vserver(VCMD_get_iattr, 0, &attr); if (xid) *xid = CTX_KERNEL2USER(attr.xid);