From: Jan Kara Date: Mon, 17 Aug 2009 15:00:02 +0000 (+0200) Subject: fat: Opencode sync_page_range_nolock() X-Git-Tag: v2.6.32-rc1~697^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f3d675bcd4a84251d6e8eea8096ec8fc795e5d6;p=pandora-kernel.git fat: Opencode sync_page_range_nolock() fat_cont_expand() is the only user of sync_page_range_nolock(). It's also the only user of generic_osync_inode() which does not have a file open. So opencode needed actions for FAT so that we can convert generic_osync_inode() to a standard syncing path. Update a comment about generic_osync_inode(). CC: OGAWA Hirofumi Signed-off-by: Jan Kara --- Reading git-diff-tree failed