Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 188564
b: refs/heads/master
c: fa0b72e
h: refs/heads/master
v: v3
  • Loading branch information
Sage Weil committed Oct 7, 2009
1 parent 7c7c3e8 commit 4e6ee81
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 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: e324b8f991679a43e09dd13500bf1988c0bfc0ea
refs/heads/master: fa0b72e9e2900ee87886aaf8bc4c4701be1e081d
6 changes: 0 additions & 6 deletions trunk/fs/ceph/ceph_ver.h

This file was deleted.

5 changes: 3 additions & 2 deletions trunk/fs/ceph/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
#include <linux/version.h>
#include <linux/vmalloc.h>

#include "ceph_ver.h"
#include "decode.h"
#include "super.h"
#include "mon_client.h"
Expand Down Expand Up @@ -903,7 +902,9 @@ static int __init init_ceph(void)
if (ret)
goto out_icache;

pr_info("loaded (%s)\n", STRINGIFY(CEPH_GIT_VER));
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);
return 0;

out_icache:
Expand Down

0 comments on commit 4e6ee81

Please sign in to comment.