This repository has been archived on 2026-03-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
ubports_kernel_google_msm/include/linux
Christoph Hellwig f7a5000f7a compat: move cp_compat_stat to common code
struct stat / compat_stat is the same on all architectures, so
cp_compat_stat should be, too.

Turns out it is, except that various architectures have slightly and some
high2lowuid/high2lowgid or the direct assignment instead of the
SET_UID/SET_GID that expands to the correct one anyway.

This patch replaces the arch-specific cp_compat_stat implementations with
a common one based on the x86-64 one.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: David S. Miller <davem@davemloft.net> [ sparc bits ]
Acked-by: Kyle McMartin <kyle@mcmartin.ca> [ parisc bits ]
Cc: <linux-arch@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2008-10-16 11:21:33 -07:00
..
2008-10-13 21:51:51 +01:00
2008-10-09 08:56:22 +02:00
2008-10-16 11:21:32 -07:00
2008-10-10 13:37:12 +01:00
2008-10-12 12:05:55 +02:00
2008-10-14 23:51:02 +02:00
2008-10-09 11:59:55 -07:00
2008-10-16 11:21:31 -07:00
2008-10-12 11:44:37 -07:00
2008-10-13 09:47:43 +11:00
2008-10-09 08:56:06 +02:00
2008-10-14 23:50:47 +02:00
2008-10-08 16:38:41 -07:00
2008-10-12 12:37:32 +02:00
2008-10-13 09:51:40 -07:00
2008-10-16 11:21:31 -07:00