From 9710782e8a42712dfbbea46b50ac3681e57a860d Mon Sep 17 00:00:00 2001 From: Shehjar Tikoo Date: Thu, 1 Oct 2009 06:58:49 +0000 Subject: posix: NFS-friendly logic changes Signed-off-by: Anand V. Avati BUG: 145 (NFSv3 related additions to 2.1 task list) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=145 --- xlators/storage/posix/src/posix.h | 1 + 1 file changed, 1 insertion(+) (limited to 'xlators/storage/posix/src/posix.h') diff --git a/xlators/storage/posix/src/posix.h b/xlators/storage/posix/src/posix.h index 9db6c94cd..74c5cda99 100644 --- a/xlators/storage/posix/src/posix.h +++ b/xlators/storage/posix/src/posix.h @@ -59,6 +59,7 @@ struct posix_fd { int32_t flags; /* flags for open/creat */ char * path; /* used by setdents/getdents */ DIR * dir; /* handle returned by the kernel */ + int flushwrites; }; struct posix_private { -- cgit