On Mon, Mar 22, 2021 at 07:39:43PM +0200, Amir Goldstein wrote: > Some filesystem's use a digest of their uuid for f_fsid. > Create a simple wrapper for this open coded folding. > > Filesystems that have a non null uuid but use the block device > number for f_fsid may also consider using this helper. > > Signed-off-by: Amir Goldstein <amir73il@xxxxxxxxx> > --- Seen that as part of your other series yesterday. Looks like a good improvement and removes a bunch of open-coding. Reviewed-by: Christian Brauner <christian.brauner@xxxxxxxxxx>