bruns accepted this revision.
bruns added a comment.
This revision is now accepted and ready to land.
Advertising
Save the missing comment for "tmpfs", looks fine, thanks!
INLINE COMMENTS
> databasesanitizer.cpp:250
> auto mounted = info.isValid();
> -
> - if (missingOnly && mounted) {
> + if (info.fileSystemType() == QLatin1String("tmpfs")) {
> + continue;
This line definitely needs a comment why this is here
REPOSITORY
R293 Baloo
BRANCH
sanitize-enums (branched from master)
REVISION DETAIL
https://phabricator.kde.org/D11745
To: michaelh, #baloo, #frameworks, bruns
Cc: bruns, ngraham, smithjd, ashaposhnikov, michaelh, astippich, spoorun,
alexeymin