aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/super.h
diff options
context:
space:
mode:
authorSage Weil <sage@newdream.net>2010-07-08 16:00:18 -0400
committerSage Weil <sage@newdream.net>2010-08-01 23:11:42 -0400
commita8b763a9b34561fea8e616c1439a71913ff2c1bd (patch)
treef8c90178e33cf7138296a9f36cf2cdc2d21d0408 /fs/ceph/super.h
parentf0b18d9f22ea4e50955945661b7e165a47705249 (diff)
ceph: use %pU to print uuid (fsid)
Signed-off-by: Sage Weil <sage@newdream.net>
Diffstat (limited to 'fs/ceph/super.h')
-rw-r--r--fs/ceph/super.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/fs/ceph/super.h b/fs/ceph/super.h
index af62081a9535..281e458db8b3 100644
--- a/fs/ceph/super.h
+++ b/fs/ceph/super.h
@@ -746,13 +746,6 @@ extern struct kmem_cache *ceph_file_cachep;
746extern const char *ceph_msg_type_name(int type); 746extern const char *ceph_msg_type_name(int type);
747extern int ceph_check_fsid(struct ceph_client *client, struct ceph_fsid *fsid); 747extern int ceph_check_fsid(struct ceph_client *client, struct ceph_fsid *fsid);
748 748
749#define FSID_FORMAT "%02x%02x%02x%02x-%02x%02x-%02x%02x-%02x%02x-" \
750 "%02x%02x%02x%02x%02x%02x"
751#define PR_FSID(f) (f)->fsid[0], (f)->fsid[1], (f)->fsid[2], (f)->fsid[3], \
752 (f)->fsid[4], (f)->fsid[5], (f)->fsid[6], (f)->fsid[7], \
753 (f)->fsid[8], (f)->fsid[9], (f)->fsid[10], (f)->fsid[11], \
754 (f)->fsid[12], (f)->fsid[13], (f)->fsid[14], (f)->fsid[15]
755
756/* inode.c */ 749/* inode.c */
757extern const struct inode_operations ceph_file_iops; 750extern const struct inode_operations ceph_file_iops;
758 751