Skip to content
Commit baaf94cd authored by Boaz Harrosh's avatar Boaz Harrosh
Browse files

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: default avatarBoaz Harrosh <bharrosh@panasas.com>
parent 27d2e149
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment