[PATCH] Allow for architectures to override
commit8a5b5f30316ec659ea8b23b080ce80ad23d7b3bc
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 26 May 2003 10:00:07 +0000 (26 03:00 -0700)
committerLinus Torvalds <torvalds@home.transmeta.com>
Mon, 26 May 2003 10:00:07 +0000 (26 03:00 -0700)
tree53c96f548b9ef24120fce34dc9fe5d8cc9fe303b
parent35b43769a7273c85301c5ee73490ced294409249
[PATCH] Allow for architectures to override

From:  Stephen Rothwell <sfr@canb.auug.org.au>

  This allows some architecture to override the generic implementations
  on {get,put}_compat_flock64 as some of them (ia64 and maybe x86_64)
  will take alignment faults when accessing the loff_t members of struct
  compat_flock64.

  Requested by David Mosberger, modified by Dave Miller.
fs/compat.c