+1
−1
+14
−0
fs/exofs/file.c
0 → 100644
+87
−0
fs/exofs/inode.c
0 → 100644
+148
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
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:
Boaz Harrosh <bharrosh@panasas.com>