commit | 54fcf270dee6ed9d27e23b94129788b758df1e6b | [log] [tgz] |
---|---|---|
author | Scott Lovenberg <scott.lovenberg@gmail.com> | Fri Aug 09 08:47:18 2013 -0400 |
committer | Steve French <smfrench@gmail.com> | Sun Sep 08 14:34:17 2013 -0500 |
tree | 9da08ed47513cfbbafa197601d09a4df3c5d2e9f | |
parent | 8c3a2b4c420c5b988005b8697b7404ced076aaaa [diff] |
cifs: Expand max share name length to 256 The old max share name length limit was 80 due to Windows NET SHARE command not allowing more than that. However, share names can be much longer. This is a more reasonable maximum share name length. Signed-off-by: Scott Lovenberg <scott.lovenberg@gmail.com> Reviewed-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: Steve French <smfrench@gmail.com>