diff options
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 1a8be6228333..ebd0da7ecb3d 100644 --- a/fs/cifs/readdir.c +++ b/fs/cifs/readdir.c | |||
@@ -1074,7 +1074,7 @@ int cifs_readdir(struct file *file, void *direntry, filldir_t filldir) | |||
1074 | with the rare long characters alloc more to account for | 1074 | with the rare long characters alloc more to account for |
1075 | such multibyte target UTF-8 characters. cifs_unicode.c, | 1075 | such multibyte target UTF-8 characters. cifs_unicode.c, |
1076 | which actually does the conversion, has the same limit */ | 1076 | which actually does the conversion, has the same limit */ |
1077 | tmp_buf = kmalloc((2 * NAME_MAX) + 4, GFP_KERNEL); | 1077 | tmp_buf = kmalloc((4 * NAME_MAX) + 2, GFP_KERNEL); |
1078 | for (i = 0; (i < num_to_fill) && (rc == 0); i++) { | 1078 | for (i = 0; (i < num_to_fill) && (rc == 0); i++) { |
1079 | if (current_entry == NULL) { | 1079 | if (current_entry == NULL) { |
1080 | /* evaluate whether this case is an error */ | 1080 | /* evaluate whether this case is an error */ |