dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/fs/udf/udf_i.h

11 lines
245 B
C

#ifndef __LINUX_UDF_I_H
#define __LINUX_UDF_I_H
#include <linux/udf_fs_i.h>
static inline struct udf_inode_info *UDF_I(struct inode *inode)
{
return list_entry(inode, struct udf_inode_info, vfs_inode);
}
#endif /* !defined(_LINUX_UDF_I_H) */