diff -r f497542af8e4 -r 538db54a451d userlibandfileserver/fileserver/sfsrv/cl_cli.cpp --- a/userlibandfileserver/fileserver/sfsrv/cl_cli.cpp Tue Jan 19 13:48:03 2010 +0000 +++ b/userlibandfileserver/fileserver/sfsrv/cl_cli.cpp Mon Jan 18 21:31:10 2010 +0200 @@ -2631,8 +2631,6 @@ - -EFSRV_EXPORT_C TInt RFs::CheckDisk(const TDesC& aDrive) const /** Checks the integrity of the disk on the specified drive. On FAT, this checks if a cluster number is invalid, if a cluster is allocated to @@ -2652,11 +2650,11 @@ KErrNotReady, if the specified drive is empty; KErrNotSupported, if the drive cannot handle this request; KErrPermissionDenied, if the caller doesn't have DiskAdmin capability; - KErrTooBig, if the drives folder depth exceeds maximum allowed. For the current FAT file system implementation this limit is 50. Other system wide error codes may also be returned. @capability DiskAdmin */ +EFSRV_EXPORT_C TInt RFs::CheckDisk(const TDesC& aDrive) const { TRACEMULT2(UTF::EBorder, UTraceModuleEfsrv::EFsCheckDisk, MODULEUID, Handle(), aDrive); TInt r = SendReceive(EFsCheckDisk,TIpcArgs(&aDrive));