From: Boaz Harrosh Date: Sun, 14 Jun 2009 13:52:10 +0000 (+0300) Subject: exofs: Avoid using file_fsync() X-Git-Tag: v2.6.31-rc3~24^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=baaf94cdc7fe1c61e3c660a3b055724fd9d0a034;p=pandora-kernel.git exofs: Avoid using file_fsync() The use of file_fsync() in exofs_file_sync() is not necessary since it does some extra stuff not used by exofs. Open code just the parts that are currently needed. TODO: Farther optimization can be done to sync the sb only on inode update of new files, Usually the sb update is not needed in exofs. Signed-off-by: Boaz Harrosh --- Reading git-diff-tree failed