commit | 70f9cac5e077df8fc5a613d84e2e13005a6ff841 | [log] [tgz] |
---|---|---|
author | Geert Uytterhoeven <geert@linux-m68k.org> | Sun May 18 20:47:07 2008 +0200 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Sun May 18 13:28:48 2008 -0700 |
tree | 3497ea91f1b6dc60fb2131777dd2f5c6952195ef | |
parent | 29e92f483603d97dd1d2bafcb32101287dfac4ad [diff] |
m68k: Convert access_ok() to an inline function Convert access_ok() from a macro to an inline function, so the compiler no longer complains about unused variables: fs/read_write.c: In function 'rw_copy_check_uvector': fs/read_write.c:556: warning: unused variable 'buf' Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>