summaryrefslogtreecommitdiffstats
path: root/ipc/shm.c
diff options
context:
space:
mode:
authorDavid Howells2015-03-17 23:26:12 +0100
committerAl Viro2015-04-15 21:06:58 +0200
commit75c3cfa855dcedc84e7964269c9b6baf26137959 (patch)
tree2ef6b8570069d7811542db376c88fbe208a5771d /ipc/shm.c
parentVFS: normal filesystems (and lustre): d_inode() annotations (diff)
downloadkernel-qcow2-linux-75c3cfa855dcedc84e7964269c9b6baf26137959.tar.gz
kernel-qcow2-linux-75c3cfa855dcedc84e7964269c9b6baf26137959.tar.xz
kernel-qcow2-linux-75c3cfa855dcedc84e7964269c9b6baf26137959.zip
VFS: assorted weird filesystems: d_inode() annotations
Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'ipc/shm.c')
-rw-r--r--ipc/shm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/shm.c b/ipc/shm.c
index 19633b4a2350..55e07c980674 100644
--- a/ipc/shm.c
+++ b/ipc/shm.c
@@ -1132,7 +1132,7 @@ long do_shmat(int shmid, char __user *shmaddr, int shmflg, ulong *raddr,
path = shp->shm_file->f_path;
path_get(&path);
shp->shm_nattch++;
- size = i_size_read(path.dentry->d_inode);
+ size = i_size_read(d_inode(path.dentry));
ipc_unlock_object(&shp->shm_perm);
rcu_read_unlock();