diff options
author | Shehjar Tikoo <shehjart@zresearch.com> | 2009-04-20 12:30:15 -0700 |
---|---|---|
committer | Anand V. Avati <avati@amp.gluster.com> | 2009-04-21 12:48:28 +0530 |
commit | d875df0c5c095488db29a202eac74d10d540aa3b (patch) | |
tree | 29eee8a84daead9d747fed2575df7dd559d27c8c /booster/src/booster.c | |
parent | bb2ca0ec0da700f600d1fa30d111c2aa42804f70 (diff) |
libglusterfsclient: Add VMP-based open
Signed-off-by: Anand V. Avati <avati@amp.gluster.com>
Diffstat (limited to 'booster/src/booster.c')
-rw-r--r-- | booster/src/booster.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/booster/src/booster.c b/booster/src/booster.c index 6538311eedc..c8ba3eae887 100644 --- a/booster/src/booster.c +++ b/booster/src/booster.c @@ -340,7 +340,7 @@ do_open (int fd, int flags, mode_t mode) return; } - glfs_fd = glusterfs_open (handle, path, flags, mode); + glfs_fd = glusterfs_glh_open (handle, path, flags, mode); if (glfs_fd) { ret = booster_get_unused_fd (booster_glfs_fdtable, glfs_fd, fd); |