Skip to content
Snippets Groups Projects
Commit 31fe1784 authored by Nadav Har'El's avatar Nadav Har'El
Browse files

__xstat64: Don't check version argument

Do to __xstat* what commit 018c672e
did to __fxstat* - they had the same problem.
parent 018c672e
No related branches found
No related tags found
No related merge requests found
......@@ -752,9 +752,6 @@ int __xstat(int ver, const char *pathname, struct stat *st)
int error;
trace_vfs_stat(pathname, st);
error = ENOSYS;
if (ver != 1)
goto out_errno;
error = task_conv(t, pathname, 0, path);
if (error)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment