Re: [PATCH v1] fs/jfs: Switch to use new generic UUID API
Christoph Hellwig <[email protected]> Mon, 21 Jan 2019 09:49:50 +0100
| Newsgroups | gmane.comp.file-systems.jfs.general |
|---|---|
| Message-ID | <20190121084950.GG18680__12000.8243284703$1548061653$gmane$org@lst.de> |
> + buf->f_fsid.val[1] = (u32)crc32_le(0, (char *)&sbi->uuid + sizeof(sbi->uuid)/2, This adds an overly long line, and has weird operator spacing. In fact given how much deep magic it does it should probably be moved into a helper and properly documented when you touch it anyway.