diff options
| author | Shehjar Tikoo <shehjart@gluster.com> | 2009-10-01 06:58:49 +0000 | 
|---|---|---|
| committer | Anand V. Avati <avati@dev.gluster.com> | 2009-10-01 07:22:54 -0700 | 
| commit | 9710782e8a42712dfbbea46b50ac3681e57a860d (patch) | |
| tree | 2ccf518d8417cea84667bd531906727120898a7c /xlators/storage/posix/src/posix.h | |
| parent | a27e706e3105dc363bcbe3c0e3c91979cc6c89a0 (diff) | |
posix: NFS-friendly logic changes
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
BUG: 145 (NFSv3 related additions to 2.1 task list)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=145
Diffstat (limited to 'xlators/storage/posix/src/posix.h')
| -rw-r--r-- | xlators/storage/posix/src/posix.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/storage/posix/src/posix.h b/xlators/storage/posix/src/posix.h index 9db6c94cd48..74c5cda99c0 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 {  | 
