Files
linux-apfs/include/linux
Linus Torvalds 7c0f6ba682 Replace <asm/uaccess.h> with <linux/uaccess.h> globally
This was entirely automated, using the script by Al:

  PATT='^[[:blank:]]*#[[:blank:]]*include[[:blank:]]*<asm/uaccess.h>'
  sed -i -e "s!$PATT!#include <linux/uaccess.h>!" \
        $(git grep -l "$PATT"|grep -v ^include/linux/uaccess.h)

to do the replacement at the end of the merge window.

Requested-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2016-12-24 11:46:01 -08:00
..
2016-12-22 22:58:37 -05:00
2016-12-08 13:31:11 -05:00
2016-12-17 21:27:44 -05:00
2016-12-08 16:37:33 -08:00
2016-12-12 18:55:06 -08:00
2016-12-06 11:05:46 +01:00
2016-12-14 17:25:18 -08:00
2016-12-16 00:13:41 +02:00
2016-12-08 13:18:35 -05:00
2016-12-19 17:29:44 -05:00
2016-12-12 18:55:07 -08:00
2016-12-08 14:21:47 -05:00
2016-12-16 00:13:41 +02:00
2016-12-09 22:12:21 -05:00
2016-12-12 18:55:08 -08:00