[PATCH] fuse: clean up page offset calculation
authorMiklos Szeredi <miklos@szeredi.hu>
Fri, 6 Jan 2006 08:19:36 +0000 (00:19 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 6 Jan 2006 16:33:55 +0000 (08:33 -0800)
commit4633a22e7added835fd1d4b072dbcc4474aa3017
tree99561b341f42be443ac27257658a0237abc15a84
parent0aa7c6990e7de06131cdc14ef4abfcab017c24a0
[PATCH] fuse: clean up page offset calculation

Use page_offset() instead of doing page offset calculation by hand.

Signed-off-by: Miklos Szeredi <miklos@szeredi.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/fuse/file.c