Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190525
b: refs/heads/master
c: c8f1658
h: refs/heads/master
i:
  190523: 3cc0d8a
v: v3
  • Loading branch information
Sage Weil committed May 3, 2010
1 parent 5690dc0 commit 2a939c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 91dee39eebcfb47085c4d457a584b0e9723b6ca0
refs/heads/master: c8f16584ac85444d51d8753c5df502350cfc7bb7
7 changes: 4 additions & 3 deletions trunk/fs/ceph/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -996,9 +996,10 @@ static int __init init_ceph(void)
if (ret)
goto out_icache;

pr_info("loaded %d.%d.%d (mon/mds/osd proto %d/%d/%d)\n",
CEPH_VERSION_MAJOR, CEPH_VERSION_MINOR, CEPH_VERSION_PATCH,
CEPH_MONC_PROTOCOL, CEPH_MDSC_PROTOCOL, CEPH_OSDC_PROTOCOL);
pr_info("loaded (mon/mds/osd proto %d/%d/%d, osdmap %d/%d %d/%d)\n",
CEPH_MONC_PROTOCOL, CEPH_MDSC_PROTOCOL, CEPH_OSDC_PROTOCOL,
CEPH_OSDMAP_VERSION, CEPH_OSDMAP_VERSION_EXT,
CEPH_OSDMAP_INC_VERSION, CEPH_OSDMAP_INC_VERSION_EXT);
return 0;

out_icache:
Expand Down

0 comments on commit 2a939c1

Please sign in to comment.