]> git.baikalelectronics.ru Git - kernel.git/commit
compat: remove unnecessary assignment in compat_rw_copy_check_uvector()
authorNamhyung Kim <namhyung@gmail.com>
Sun, 26 Dec 2010 16:41:52 +0000 (01:41 +0900)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 17 Jan 2011 09:54:38 +0000 (04:54 -0500)
commit6b034b0775a192d37473212a7667675aad0931c8
treeeba96cfb1f64df42f7748a025536fa9d5db754e9
parent8fd6ab2d25790e7dcfdbff9a936eb203e9ce0b57
compat: remove unnecessary assignment in compat_rw_copy_check_uvector()

*@ret_pointer is initialized to @fast_pointer thus the assignment is
redundant.

Signed-off-by: Namhyung Kim <namhyung@gmail.com>
Cc: Jeff Moyer <jmoyer@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/compat.c