commit | 85787090a21eb749d8b347eaf9ff1a455637473c | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed May 10 15:06:33 2017 +0200 |
committer | Christoph Hellwig <hch@lst.de> | Mon Jun 05 16:59:12 2017 +0200 |
tree | 25f85517eb05e430352aff20e571fb604ec6abd1 | |
parent | 787d8c530af73257240fc0c0f60e296a83d5e5f4 [diff] |
fs: switch ->s_uuid to uuid_t For some file systems we still memcpy into it, but in various places this already allows us to use the proper uuid helpers. More to come.. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Amir Goldstein <amir73il@gmail.com> Acked-by: Mimi Zohar <zohar@linux.vnet.ibm.com> (Changes to IMA/EVM) Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>