quota: fix checkpatch.pl warning by replacing <asm/uaccess.h> with <linux/uaccess.h>
authorJeff Liu <jeff.liu@oracle.com>
Mon, 28 May 2012 15:40:17 +0000 (23:40 +0800)
committerJan Kara <jack@suse.cz>
Mon, 9 Jul 2012 10:03:11 +0000 (12:03 +0200)
commitf3da93105b6963a2be2a56dee27fdc88ac4ad769
treec29df87865f025284a2fe6aaeb426f4859fb5253
parent8c84bf4166a4698296342841a549bbee03860ac0
quota: fix checkpatch.pl warning by replacing <asm/uaccess.h> with <linux/uaccess.h>

checkpatch.pl warns:

"WARNING: Use #include <linux/uaccess.h> instead of <asm/uaccess.h>"

Below patch fixes it.

Signed-off-by: Jie Liu <jeff.liu@oracle.com>
Signed-off-by: Jan Kara <jack@suse.cz>
fs/quota/dquot.c
fs/quota/quota.c