Btrfs: still corruption hunting
[deliverable/linux.git] / fs / btrfs / btrfs_inode.h
CommitLineData
2c90e5d6
CM
1#ifndef __BTRFS_I__
2#define __BTRFS_I__
3
4struct btrfs_inode {
5 u32 magic;
6 struct inode vfs_inode;
7 u32 magic2;
8};
9static inline struct btrfs_inode *BTRFS_I(struct inode *inode)
10{
11 return container_of(inode, struct btrfs_inode, vfs_inode);
12}
13
14#endif
This page took 0.027361 seconds and 5 git commands to generate.