diff options
author | Al Viro | 2014-10-31 06:22:04 +0100 |
---|---|---|
committer | Al Viro | 2014-11-19 19:02:11 +0100 |
commit | 78d28e651f97866d608d9b41f8ad291e65d47dd5 (patch) | |
tree | 4243cc08efdff169cc35c4982a0c962bd0e14cec /include | |
parent | Merge branch 'for-lustre' into for-next (diff) | |
download | kernel-qcow2-linux-78d28e651f97866d608d9b41f8ad291e65d47dd5.tar.gz kernel-qcow2-linux-78d28e651f97866d608d9b41f8ad291e65d47dd5.tar.xz kernel-qcow2-linux-78d28e651f97866d608d9b41f8ad291e65d47dd5.zip |
kill f_dentry macro
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/fs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 1c12c681803f..1a8bb3c023a1 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -789,7 +789,6 @@ struct file { struct rcu_head fu_rcuhead; } f_u; struct path f_path; -#define f_dentry f_path.dentry struct inode *f_inode; /* cached value */ const struct file_operations *f_op; |