]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2f67d06e5bc8b4f873f7335897ef0604ebb6a3ca
tree3b186e4960d4553fac577be5f1def6d17196beca
parent3dc70819d9ad19b9ce95d2cfc8023c8c71a7df4a
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