From 739ad66e1e6a344977908c3e4e48ea577519fd68 Mon Sep 17 00:00:00 2001 From: sageweil Date: Sun, 14 Oct 2007 03:46:16 +0000 Subject: [PATCH] no modelines git-svn-id: https://ceph.svn.sf.net/svnroot/ceph@1940 29311d96-e01e-0410-9327-a35deaab8ce9 --- trunk/ceph/kernel/inode.c | 4 ---- trunk/ceph/kernel/mds_client.h | 4 ---- trunk/ceph/kernel/mdsmap.h | 4 ---- trunk/ceph/kernel/monmap.h | 4 ---- trunk/ceph/kernel/osd_client.h | 4 ---- trunk/ceph/kernel/super.h | 7 ++----- 6 files changed, 2 insertions(+), 25 deletions(-) diff --git a/trunk/ceph/kernel/inode.c b/trunk/ceph/kernel/inode.c index 99fdaf84de4c1..f21fa58386935 100644 --- a/trunk/ceph/kernel/inode.c +++ b/trunk/ceph/kernel/inode.c @@ -1,7 +1,3 @@ -/* -*- mode:C++; tab-width:8; c-basic-offset:8; indent-tabs-mode:t -*- - * vim: ts=8 sw=8 smarttab - */ - #include #include #include diff --git a/trunk/ceph/kernel/mds_client.h b/trunk/ceph/kernel/mds_client.h index b6860481c1769..6c7296aba4c10 100644 --- a/trunk/ceph/kernel/mds_client.h +++ b/trunk/ceph/kernel/mds_client.h @@ -1,7 +1,3 @@ -/* -*- mode:C++; tab-width:8; c-basic-offset:8; indent-tabs-mode:t -*- - * vim: ts=8 sw=8 smarttab - */ - #ifndef _FS_CEPH_MDS_CLIENT_H #define _FS_CEPH_MDS_CLIENT_H diff --git a/trunk/ceph/kernel/mdsmap.h b/trunk/ceph/kernel/mdsmap.h index 4b3cb8460a9a1..c5a970992c36c 100644 --- a/trunk/ceph/kernel/mdsmap.h +++ b/trunk/ceph/kernel/mdsmap.h @@ -1,7 +1,3 @@ -/* -*- mode:C++; tab-width:8; c-basic-offset:8; indent-tabs-mode:t -*- - * vim: ts=8 sw=8 smarttab - */ - #ifndef _FS_CEPH_MDSMAP_H #define _FS_CEPH_MDSMAP_H diff --git a/trunk/ceph/kernel/monmap.h b/trunk/ceph/kernel/monmap.h index 9f7e535264a8e..b19794515b633 100644 --- a/trunk/ceph/kernel/monmap.h +++ b/trunk/ceph/kernel/monmap.h @@ -1,7 +1,3 @@ -/* -*- mode:C++; tab-width:8; c-basic-offset:8; indent-tabs-mode:t -*- - * vim: ts=8 sw=8 smarttab - */ - #ifndef _FS_CEPH_MONMAP_H #define _FS_CEPH_MONMAP_H diff --git a/trunk/ceph/kernel/osd_client.h b/trunk/ceph/kernel/osd_client.h index b2031cf4e9783..6efa3b8f2ab25 100644 --- a/trunk/ceph/kernel/osd_client.h +++ b/trunk/ceph/kernel/osd_client.h @@ -1,7 +1,3 @@ -/* -*- mode:C++; tab-width:8; c-basic-offset:8; indent-tabs-mode:t -*- - * vim: ts=8 sw=8 smarttab - */ - #ifndef _FS_CEPH_OSD_CLIENT_H #define _FS_CEPH_OSD_CLIENT_H diff --git a/trunk/ceph/kernel/super.h b/trunk/ceph/kernel/super.h index 94ec93814f65d..f2d7417ef487a 100644 --- a/trunk/ceph/kernel/super.h +++ b/trunk/ceph/kernel/super.h @@ -1,7 +1,3 @@ -/* -*- mode:C++; tab-width:8; c-basic-offset:8; indent-tabs-mode:t -*- - * vim: ts=8 sw=8 smarttab - */ - #ifndef _FS_CEPH_CEPH_H #define _FS_CEPH_CEPH_H @@ -18,7 +14,8 @@ * CEPH file system in-core superblock info */ struct ceph_sb_info { - __u32 s_whoami; /* client number */ + __u64 s_fsid; + __u32 s_whoami; /* client number */ struct ceph_kmsg *s_kmsg; /* messenger instance */ struct ceph_monmap *s_monmap; /* monitor map */ -- 2.39.5