gluster-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gluster-devel] [PATCH 3/3 v4] vfs_glusterfs: Samba VFS module for g


From: Anand Avati
Subject: Re: [Gluster-devel] [PATCH 3/3 v4] vfs_glusterfs: Samba VFS module for glusterfs
Date: Thu, 23 May 2013 22:35:05 -0700
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:17.0) Gecko/20130509 Thunderbird/17.0.6

On 5/23/13 9:35 PM, Andrew Bartlett wrote:
On Thu, 2013-05-23 at 22:30 -0400, Anand Avati wrote:
+static char *vfs_gluster_realpath(struct vfs_handle_struct *handle,
+                                 const char *path)
+{
+       return glfs_realpath(handle->data, path, 0);
+}
+

In a similar way to my other question:  How is the result of
glfs_realpath() allocated?  Google didn't find me an API doc for this.

Samba seems to assume malloc().


glfs_realpath() is malloc() based.

Avati





reply via email to

[Prev in Thread] Current Thread [Next in Thread]