On 08/03/2010 08:35 PM, Stefan Metzmacher wrote:
> Signed-off-by: Stefan Metzmacher <[email protected]>
> ---
>  fs/cifs/link.c |   34 ++++++++++++++++++++++++++++++----
>  1 files changed, 30 insertions(+), 4 deletions(-)
> 
> diff --git a/fs/cifs/link.c b/fs/cifs/link.c
> index 473ca80..2358a5f 100644
> --- a/fs/cifs/link.c
> +++ b/fs/cifs/link.c
> @@ -29,6 +29,24 @@
>  #include "cifs_debug.h"
>  #include "cifs_fs_sb.h"
>  
> +static int
> +CIFSCreateMFSymLink(const int xid, struct cifsTconInfo *tcon,
> +                 const char *fromName, const char *toName,
> +                 const struct nls_table *nls_codepage)
> +{
> +     int rc = -EOPNOTSUPP;
> +     return rc;
> +}
> +
> +static int
> +CIFSQueryMFSymLink(const int xid, struct cifsTconInfo *tcon,
> +                const unsigned char *searchName, char **symlinkinfo,
> +                const struct nls_table *nls_codepage)
> +{
> +     int rc = -EOPNOTSUPP;
> +     return rc;
> +}

Perhaps these two should be added to cifssmb.c because that is where the
other related functions are defined?

Thanks,

-- 
Suresh Jayaraman
--
To unsubscribe from this list: send the line "unsubscribe linux-cifs" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to