Skip to content
Snippets Groups Projects
Commit e8062719 authored by Boaz Harrosh's avatar Boaz Harrosh
Browse files

exofs: file and file_inode operations


implementation of the file_operations and inode_operations for
regular data files.

Most file_operations are generic vfs implementations except:
- exofs_truncate will truncate the OSD object as well
- Generic file_fsync is not good for none_bd devices so open code it
- The default for .flush in Linux is todo nothing so call exofs_fsync
  on the file.

Signed-off-by: default avatarBoaz Harrosh <bharrosh@panasas.com>
parent b14f8ab2
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment