]> git.karo-electronics.de Git - mv-sheeva.git/commit
fix signedness mess in rw_verify_area() on 64bit architectures
authorAl Viro <viro@zeniv.linux.org.uk>
Fri, 17 Dec 2010 12:44:05 +0000 (07:44 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 13 Jan 2011 01:06:58 +0000 (20:06 -0500)
commitcccb5a1e698535fa5a734ffe21c7061c97f8d8c5
treebbb369670469641237e672217bc0db423c454979
parent208898c17a97610ce1c01b1cc58e51802a1d52c3
fix signedness mess in rw_verify_area() on 64bit architectures

... and clean the unsigned-f_pos code, while we are at it.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/read_write.c