commit | 9a0c8230e84898ed27f790408805e33fa482b2f9 | [log] [tgz] |
---|---|---|
author | Steve French <sfrench@us.ibm.com> | Fri Feb 02 04:21:57 2007 +0000 |
committer | Steve French <sfrench@us.ibm.com> | Fri Feb 02 04:21:57 2007 +0000 |
tree | 785eb8b75b4bac6a48f58d8593aa40c2f345d762 | |
parent | 030e9d8147491a9d2fe1b67882a3720fcf8b95f7 [diff] |
[CIFS] Reduce cifs stack space usage The two cifs functions that used the most stack according to "make checkstack" have been changed to use less stack. Thanks to jra and Shaggy for helpful ideas Signed-off-by: Steve French <sfrench@us.ibm.com> cc: jra@samba.org cc: shaggy@us.ibm.com