From 2414d0b7099fd24ab31202e34381759db20917d8 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 13 Apr 2012 14:06:11 +0200 Subject: added a fsync/fdatasync test --- FILELIST | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'FILELIST') diff --git a/FILELIST b/FILELIST index ca57cd6..6b219de 100644 --- a/FILELIST +++ b/FILELIST @@ -1,6 +1,8 @@ -schema.sql - create schema for PgFuse in PostgreSQL database -clean.sql - remove data and schema from PostgreSQL database -config.h - global limitations of the program -pgfuse.c - main and hooks for FUSE operations -pgsql.c - implementation of PostgreSQL access functions -pgsql.h - header file of PostgreSQL access functions +schema.sql - create schema for PgFuse in PostgreSQL database +clean.sql - remove data and schema from PostgreSQL database +config.h - global limitations of the program +pgfuse.c - main and hooks for FUSE operations +pgsql.c - implementation of PostgreSQL access functions +pgsql.h - header file of PostgreSQL access functions +testfsync.c - tests flush, fsync, fdatasync, can't be done eaily + with file system commands only -- cgit v1.2.3-54-g00ecf