]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] Add 32-bit compatibility for NFSv4 mount
authorDavid Howells <dhowells@redhat.com>
Mon, 18 Apr 2005 17:54:51 +0000 (10:54 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 18 Apr 2005 17:54:51 +0000 (10:54 -0700)
commite1e117cae2c1a6d3bf99c206ed59ddb9f622fe31
tree7e90be835df68f4821ffa7264eec7a6c5b03f1d3
parent8cf80e40e8a47ad27094f2263304a6b4cb0291a1
[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 <dhowells@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/compat.c