super.h (3aabae7d9dfaed60effe93662f02c19bafc18537) | super.h (ae00d4f37f4df56821331deb1028748110dd6dc9) |
---|---|
1#ifndef _FS_CEPH_SUPER_H 2#define _FS_CEPH_SUPER_H 3 4#include "ceph_debug.h" 5 6#include <asm/unaligned.h> 7#include <linux/backing-dev.h> 8#include <linux/completion.h> --- 676 unchanged lines hidden (view full) --- 685 int num_snaps; 686 687 struct ceph_snap_realm *parent; 688 struct list_head children; /* list of child realms */ 689 struct list_head child_item; 690 691 struct list_head empty_item; /* if i have ref==0 */ 692 | 1#ifndef _FS_CEPH_SUPER_H 2#define _FS_CEPH_SUPER_H 3 4#include "ceph_debug.h" 5 6#include <asm/unaligned.h> 7#include <linux/backing-dev.h> 8#include <linux/completion.h> --- 676 unchanged lines hidden (view full) --- 685 int num_snaps; 686 687 struct ceph_snap_realm *parent; 688 struct list_head children; /* list of child realms */ 689 struct list_head child_item; 690 691 struct list_head empty_item; /* if i have ref==0 */ 692 |
693 struct list_head dirty_item; /* if realm needs new context */ 694 |
|
693 /* the current set of snaps for this realm */ 694 struct ceph_snap_context *cached_context; 695 696 struct list_head inodes_with_caps; 697 spinlock_t inodes_with_caps_lock; 698}; 699 700 --- 214 unchanged lines hidden --- | 695 /* the current set of snaps for this realm */ 696 struct ceph_snap_context *cached_context; 697 698 struct list_head inodes_with_caps; 699 spinlock_t inodes_with_caps_lock; 700}; 701 702 --- 214 unchanged lines hidden --- |