diff options
author | Poornima G <pgurusid@redhat.com> | 2018-01-16 14:24:28 +0530 |
---|---|---|
committer | Amar Tumballi <amarts@redhat.com> | 2018-02-12 21:35:15 +0000 |
commit | 87fd65f1ef1c64b1e32a6da47865a4a28f1e508e (patch) | |
tree | 51c62a994cb8241e5e77e226b3c6d6a46a46e036 /xlators/storage/posix/src/posix.c | |
parent | 384562b294e9a7847403961e878a4daa0fff33eb (diff) |
Posix: Implement put fop
Updates #353
Change-Id: I1410222529ff42a810d62825bd6eebe8913fad1e
Signed-off-by: Poornima G <pgurusid@redhat.com>
Diffstat (limited to 'xlators/storage/posix/src/posix.c')
-rw-r--r-- | xlators/storage/posix/src/posix.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/storage/posix/src/posix.c b/xlators/storage/posix/src/posix.c index d8d908f83cd..9ac60ae81d3 100644 --- a/xlators/storage/posix/src/posix.c +++ b/xlators/storage/posix/src/posix.c @@ -79,6 +79,7 @@ struct xlator_fops fops = { .seek = posix_seek, #endif .lease = posix_lease, + .put = posix_put, }; struct xlator_cbks cbks = { |