From 9a9947bf7a3a14d2107cb9a27279fc8f463370a9 Mon Sep 17 00:00:00 2001 From: David Howells Date: Mon, 18 Apr 2005 10:54:51 -0700 Subject: [PATCH] [PATCH] Add 32-bit compatibility for NFSv4 mount This adds 32-bit compatibility for mounting an NFSv4 mount on a 64-bit kernel (such as happens with PPC64). The problem is that the mount data for the NFS4 mount process includes auxilliary data pointers, probably because the NFS4 mount data may conceivably exceed PAGE_SIZE in size - thus breaking against the hard limit imposed by sys_mount(). Signed-Off-By: David Howells Signed-off-by: Linus Torvalds --- Reading git-format-patch failed