diff options
author | Sachin Prabhu <sprabhu@redhat.com> | 2013-11-25 12:09:50 -0500 |
---|---|---|
committer | Steve French <smfrench@gmail.com> | 2014-01-20 01:13:54 -0500 |
commit | cb084b1a9be34729bea23428c1a42f7d2f5defbc (patch) | |
tree | c43a3a7b7c2a5975c178349df4604d323bdae54f /fs/cifs/cifsproto.h | |
parent | b5be1a1c4c57a092cb60c709a0491d4ecead3d58 (diff) |
cifs: Rename MF symlink function names
Clean up camel case in functionnames.
Signed-off-by: Sachin Prabhu <sprabhu@redhat.com>
Reviewed-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <smfrench@gmail.com>
Diffstat (limited to 'fs/cifs/cifsproto.h')
-rw-r--r-- | fs/cifs/cifsproto.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/cifs/cifsproto.h b/fs/cifs/cifsproto.h index 10b9ab1d1ae9..78bb6d6ad06a 100644 --- a/fs/cifs/cifsproto.h +++ b/fs/cifs/cifsproto.h | |||
@@ -476,8 +476,8 @@ extern int CIFSSMBSetPosixACL(const unsigned int xid, struct cifs_tcon *tcon, | |||
476 | extern int CIFSGetExtAttr(const unsigned int xid, struct cifs_tcon *tcon, | 476 | extern int CIFSGetExtAttr(const unsigned int xid, struct cifs_tcon *tcon, |
477 | const int netfid, __u64 *pExtAttrBits, __u64 *pMask); | 477 | const int netfid, __u64 *pExtAttrBits, __u64 *pMask); |
478 | extern void cifs_autodisable_serverino(struct cifs_sb_info *cifs_sb); | 478 | extern void cifs_autodisable_serverino(struct cifs_sb_info *cifs_sb); |
479 | extern bool CIFSCouldBeMFSymlink(const struct cifs_fattr *fattr); | 479 | extern bool couldbe_mf_symlink(const struct cifs_fattr *fattr); |
480 | extern int CIFSCheckMFSymlink(unsigned int xid, struct cifs_tcon *tcon, | 480 | extern int check_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, |
481 | struct cifs_sb_info *cifs_sb, | 481 | struct cifs_sb_info *cifs_sb, |
482 | struct cifs_fattr *fattr, | 482 | struct cifs_fattr *fattr, |
483 | const unsigned char *path); | 483 | const unsigned char *path); |