On 2/22/2019 10:33 AM, Eric Sandeen wrote: > - xfs_scrub: move all executables to /usr/sbin (Darrick Wong) > --- How does moving executables to /usr/sbin pertain to cleaning metadata? What happens if /usr is not mounted or not created and the user is running the xfs utils out of /sbin?? For that matter, if the tools are run out of /sbin, are you saying xfs_scrub will move them all off of the root partition onto the /usr partition? If you are moving the executables, are you also moving all of their linked libraries? It seems if you are wanting safety, moving the libraries and executables to the same directory would be prudent, otherwise, why move them to to /usr/sbin? > - Merge libxfs from kernel 4.20 > What is libxfs being merged with? Thanks!