simplify access to ecryptfs inodes in ->readpage() and friends
authorAl Viro <viro@zeniv.linux.org.uk>
Fri, 21 May 2010 14:56:12 +0000 (10:56 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 21 May 2010 22:31:28 +0000 (18:31 -0400)
commitbef5bc2464517cbbf8f85f09b5ade46904afec9a
tree34a41e84884e431647af4535147e4fab91cbf88e
parentf6d335c08df48b318187a087c9c38ba3d416e115
simplify access to ecryptfs inodes in ->readpage() and friends

we can get to them from page->mapping->host, no need to mess with
file.

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