aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorBobi Jam <[email protected]>2014-04-27 13:06:44 -0400
committerGreg Kroah-Hartman <[email protected]>2014-04-27 10:23:16 -0700
commit8d97deb97dde884eb08d0c3b69ccfcc5a43b1350 (patch)
tree5a3e0992d4d794a7700481dbee567ba4d5fb7330 /tools/perf/scripts/python
parent0667dfffc7692f60b9953668579918006af6908f (diff)
staging/lustre/llite: issue OST_SYNC for fsync()
The last parameter @datasync of fsync() has following indication: * if datasync=0, we'd always flush data and metadata * if datasync=1, we'd always flush data while does not flush modifed metadata unless that metadata is needed in order to allow a subsequent data retrieval to be correctly handled. For example, a change to the file size would require a metadata flush. Lustre client can not tell the difference easily, and would issue MDS_SYNC and OST_SYNC in all cases. Signed-off-by: Bobi Jam <[email protected]> Reviewed-on: http://review.whamcloud.com/8684 Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-4388 Reviewed-by: Andreas Dilger <[email protected]> Reviewed-by: Jinshan Xiong <[email protected]> Signed-off-by: Oleg Drokin <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions