fat: Opencode sync_page_range_nolock()
authorJan Kara <jack@suse.cz>
Mon, 17 Aug 2009 15:00:02 +0000 (17:00 +0200)
committerJan Kara <jack@suse.cz>
Mon, 14 Sep 2009 15:08:17 +0000 (17:08 +0200)
commit2f3d675bcd4a84251d6e8eea8096ec8fc795e5d6
tree3b186e4960d4553fac577be5f1def6d17196beca
parentaa3caafe53cab7ef60605e481cd5d7943e1c3022
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 <hirofumi@mail.parknet.co.jp>
Signed-off-by: Jan Kara <jack@suse.cz>
fs/fat/file.c
fs/fat/misc.c