aboutsummaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/copy_up.c
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2017-05-17 09:32:50 +0200
committerChristoph Hellwig <hch@lst.de>2017-06-05 16:59:13 +0200
commit01633fd254182eaa9372efa5c0688bf286e60d6b (patch)
tree90964464a5af93023e5df01c963e1bea539872fe /fs/overlayfs/copy_up.c
parentfs: switch ->s_uuid to uuid_t (diff)
downloadlinux-dev-01633fd254182eaa9372efa5c0688bf286e60d6b.tar.xz
linux-dev-01633fd254182eaa9372efa5c0688bf286e60d6b.zip
overlayfs: use uuid_t instead of uuid_be
Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Amir Goldstein <amir73il@gmail.com> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Diffstat (limited to 'fs/overlayfs/copy_up.c')
-rw-r--r--fs/overlayfs/copy_up.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/overlayfs/copy_up.c b/fs/overlayfs/copy_up.c
index d55fceb4e414..33fe6ca929f7 100644
--- a/fs/overlayfs/copy_up.c
+++ b/fs/overlayfs/copy_up.c
@@ -233,7 +233,7 @@ int ovl_set_attr(struct dentry *upperdentry, struct kstat *stat)
return err;
}
-static struct ovl_fh *ovl_encode_fh(struct dentry *lower, uuid_be *uuid)
+static struct ovl_fh *ovl_encode_fh(struct dentry *lower, uuid_t *uuid)
{
struct ovl_fh *fh;
int fh_type, fh_len, dwords;