md/raid5: fix handling of degraded stripes in batches.
[linux-2.6-block.git] / ipc / shm.c
index d280a74af2ef47d63fbaf3215cb68832b68c7c76..6d767071c3673dce09984933c3a444d78880bd10 100644 (file)
--- 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();