diff options
author | Steve French <sfrench@us.ibm.com> | 2009-03-18 05:50:07 +0000 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2009-03-18 05:50:07 +0000 |
commit | c6c00919ab16717f228aac20ee72dc83c4430537 (patch) | |
tree | d9843d5c174d4f3761aa7c5f49f9dd9247a7b7f3 /fs/cifs/cifsproto.h | |
parent | 64cc2c63694a03393985ffc8b178e72f52dd8a06 (diff) | |
download | linux-rpi-c6c00919ab16717f228aac20ee72dc83c4430537.tar.gz linux-rpi-c6c00919ab16717f228aac20ee72dc83c4430537.tar.bz2 linux-rpi-c6c00919ab16717f228aac20ee72dc83c4430537.zip |
[CIFS] Rename compose_mount_options to cifs_compose_mount_options.
Make it available to others for reuse.
Signed-off-by: Igor Mammedov <niallain@gmail.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/cifsproto.h')
-rw-r--r-- | fs/cifs/cifsproto.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/cifs/cifsproto.h b/fs/cifs/cifsproto.h index a069e7bfd2d0..4167716d32f2 100644 --- a/fs/cifs/cifsproto.h +++ b/fs/cifs/cifsproto.h @@ -44,6 +44,9 @@ extern void _FreeXid(unsigned int); extern char *build_path_from_dentry(struct dentry *); extern char *cifs_build_path_to_root(struct cifs_sb_info *cifs_sb); extern char *build_wildcard_path_from_dentry(struct dentry *direntry); +extern char *cifs_compose_mount_options(const char *sb_mountdata, + const char *fullpath, const struct dfs_info3_param *ref, + char **devname); /* extern void renew_parental_timestamps(struct dentry *direntry);*/ extern int SendReceive(const unsigned int /* xid */ , struct cifsSesInfo *, struct smb_hdr * /* input */ , |