diff options
author | Sachin Prabhu <sprabhu@redhat.com> | 2013-11-25 17:09:50 +0000 |
---|---|---|
committer | Steve French <smfrench@gmail.com> | 2014-01-20 00:13:54 -0600 |
commit | cb084b1a9be34729bea23428c1a42f7d2f5defbc (patch) | |
tree | c43a3a7b7c2a5975c178349df4604d323bdae54f /fs/cifs/readdir.c | |
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/readdir.c')
-rw-r--r-- | fs/cifs/readdir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/readdir.c b/fs/cifs/readdir.c index 5940ecabbe6a..b15862e0f68c 100644 --- a/fs/cifs/readdir.c +++ b/fs/cifs/readdir.c @@ -749,7 +749,7 @@ static int cifs_filldir(char *find_entry, struct file *file, } if ((cifs_sb->mnt_cifs_flags & CIFS_MOUNT_MF_SYMLINKS) && - CIFSCouldBeMFSymlink(&fattr)) + couldbe_mf_symlink(&fattr)) /* * trying to get the type and mode can be slow, * so just call those regular files for now, and mark |