[PATCH -mm] fixup *at syscalls additions (alpha, sparc64)
- From: Alexey Dobriyan <adobriyan@xxxxxxxxx>
- Date: Sun, 8 Jan 2006 03:45:57 +0300
Signed-off-by: Alexey Dobriyan <adobriyan@xxxxxxxxx>
---
Apply after dump_thread-cleanup.patch fixup.
--- linux-2.6.15-mm2/arch/alpha/kernel/osf_sys.c
+++ linux-1/arch/alpha/kernel/osf_sys.c
@@ -960,7 +960,7 @@ osf_utimes(char __user *filename, struct
return -EFAULT;
}
- return do_utimes(filename, tvs ? ktvs : NULL);
+ return do_utimes(AT_FDCWD, filename, tvs ? ktvs : NULL);
}
#define MAX_SELECT_SECONDS \
--- linux-2.6.15-mm2/arch/sparc64/kernel/sys_sparc32.c
+++ linux-1/arch/sparc64/kernel/sys_sparc32.c
@@ -820,7 +820,7 @@ asmlinkage long sys32_utimes(char __user
return -EFAULT;
}
- return do_utimes(filename, (tvs ? &ktvs[0] : NULL));
+ return do_utimes(AT_FDCWD, filename, (tvs ? &ktvs[0] : NULL));
}
/* These are here just in case some old sparc32 binary calls it. */
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- References:
- 2.6.15-mm2
- From: Andrew Morton
- 2.6.15-mm2: alpha broken
- From: Alexey Dobriyan
- Re: 2.6.15-mm2: alpha broken
- From: Andrew Morton
- 2.6.15-mm2
- Prev by Date: Re: [2.6 patch] schedule obsolete OSS drivers for removal
- Next by Date: [PATCH -mm] Fixup arch/alpha/mm/init.c compilation
- Previous by thread: Re: 2.6.15-mm2: alpha broken
- Next by thread: [PATCH -mm] Fixup arch/alpha/mm/init.c compilation
- Index(es):
Relevant Pages
|