]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
no modelines
authorsageweil <sageweil@29311d96-e01e-0410-9327-a35deaab8ce9>
Sun, 14 Oct 2007 03:46:16 +0000 (03:46 +0000)
committersageweil <sageweil@29311d96-e01e-0410-9327-a35deaab8ce9>
Sun, 14 Oct 2007 03:46:16 +0000 (03:46 +0000)
git-svn-id: https://ceph.svn.sf.net/svnroot/ceph@1940 29311d96-e01e-0410-9327-a35deaab8ce9

trunk/ceph/kernel/inode.c
trunk/ceph/kernel/mds_client.h
trunk/ceph/kernel/mdsmap.h
trunk/ceph/kernel/monmap.h
trunk/ceph/kernel/osd_client.h
trunk/ceph/kernel/super.h

index 99fdaf84de4c1617d19dcfddea3fb40597d74a0d..f21fa5838693559a63edfa6c3fccd7e8f71c944f 100644 (file)
@@ -1,7 +1,3 @@
-/* -*- mode:C++; tab-width:8; c-basic-offset:8; indent-tabs-mode:t -*- 
- * vim: ts=8 sw=8 smarttab
- */
-
 #include <linux/module.h>
 #include <linux/fs.h>
 #include <linux/smp_lock.h>
index b6860481c1769529d6026eab51459af68ff4f948..6c7296aba4c10e88b1b39df2380cd4f1a164b068 100644 (file)
@@ -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
 
index 4b3cb8460a9a1e6a4dca1ebec2a179063eead4bb..c5a970992c36ca8e6d8a8ee8a6588b1f61240411 100644 (file)
@@ -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
 
index 9f7e535264a8e598b56c6c2e0019029ab0defbe2..b19794515b6337366efbf93f321694e9cd6d5068 100644 (file)
@@ -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
 
index b2031cf4e97838c136559d9a2301153905aa53dc..6efa3b8f2ab255dfb21342941d8789feda9e87f9 100644 (file)
@@ -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
 
index 94ec93814f65d2bf2c0d882ddfdf560508407d56..f2d7417ef487a08701a9ff325506326cc68c547b 100644 (file)
@@ -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 */