From 53e1b87455deca6fc56b851b492163f38bceb33e Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 16 Aug 2018 10:28:27 -0500 Subject: [PATCH] include/ceph_fs: rename old auid field Signed-off-by: Sage Weil --- src/include/ceph_fs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/ceph_fs.h b/src/include/ceph_fs.h index b8b7008c58b48..9e7cae8eca271 100644 --- a/src/include/ceph_fs.h +++ b/src/include/ceph_fs.h @@ -183,7 +183,7 @@ struct ceph_mon_poolop { struct ceph_fsid fsid; __le32 pool; __le32 op; - __le64 auid; // obsolete + __le64 __old_auid; // obsolete __le64 snapid; __le32 name_len; } __attribute__ ((packed)); -- 2.39.5