diff options
Diffstat (limited to 'fs/proc/fd.h')
| -rw-r--r-- | fs/proc/fd.h | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/fs/proc/fd.h b/fs/proc/fd.h index cbb1d47deda..7c047f256ae 100644 --- a/fs/proc/fd.h +++ b/fs/proc/fd.h @@ -11,4 +11,9 @@ extern const struct inode_operations proc_fdinfo_inode_operations;  extern int proc_fd_permission(struct inode *inode, int mask); +static inline int proc_fd(struct inode *inode) +{ +	return PROC_I(inode)->fd; +} +  #endif /* __PROCFS_FD_H__ */ |