Review Request 120182: KIO::CopyJob: Do not query for free space when filesystem type is unknown

Dawit Alemayehu adawit at kde.org
Sat Sep 20 04:28:55 BST 2014



> On Sept. 19, 2014, 7:03 p.m., Andrea Iacovitti wrote:
> > I don't know this code but David's proposed patch differs from the one committed
> > 
> > if (m_asMethod || !fileInfo.exists()) {
> >  vs
> > if (m_asMethod && !fileInfo.exists()) {
> > 
> > ....

It is a typo on my part. I will fix it.


- Dawit


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/120182/#review66976
-----------------------------------------------------------


On Sept. 19, 2014, 11:25 a.m., Dawit Alemayehu wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/120182/
> -----------------------------------------------------------
> 
> (Updated Sept. 19, 2014, 11:25 a.m.)
> 
> 
> Review request for kdelibs and David Faure.
> 
> 
> Bugs: 336529
>     http://bugs.kde.org/show_bug.cgi?id=336529
> 
> 
> Repository: kdelibs
> 
> 
> Description
> -------
> 
> This patch stops KIO::CopyJob from querying for free disk space when the filesystem type is unknown.
> 
> 
> Diffs
> -----
> 
>   kio/kio/copyjob.cpp 713255b 
> 
> Diff: https://git.reviewboard.kde.org/r/120182/diff/
> 
> 
> Testing
> -------
> 
> Mounted Andriod filesystem through sshfs and attempted to copy files through sftp.
> 
> 
> Thanks,
> 
> Dawit Alemayehu
> 
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20140920/d550a9e5/attachment.htm>


More information about the kde-core-devel mailing list