]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
fs: switch ->s_uuid to uuid_t
authorChristoph Hellwig <hch@lst.de>
Wed, 10 May 2017 13:06:33 +0000 (15:06 +0200)
committerChristoph Hellwig <hch@lst.de>
Mon, 5 Jun 2017 14:59:12 +0000 (16:59 +0200)
commit85787090a21eb749d8b347eaf9ff1a455637473c
tree25f85517eb05e430352aff20e571fb604ec6abd1
parent787d8c530af73257240fc0c0f60e296a83d5e5f4
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>
14 files changed:
drivers/xen/tmem.c
fs/ext4/super.c
fs/f2fs/super.c
fs/gfs2/ops_fstype.c
fs/gfs2/sys.c
fs/ocfs2/super.c
fs/overlayfs/copy_up.c
fs/overlayfs/namei.c
fs/xfs/xfs_mount.c
include/linux/cleancache.h
include/linux/fs.h
mm/cleancache.c
security/integrity/evm/evm_crypto.c
security/integrity/ima/ima_policy.c