VFS: normal filesystems (and lustre): d_inode() annotations
[deliverable/linux.git] / fs / nfs / direct.c
index 682f65fe09b5177dcd64bcd2970bbfcef9824ac3..ed0e6031be88eb2d291f7105a4112560c39caf2b 100644 (file)
@@ -403,8 +403,8 @@ static void nfs_direct_complete(struct nfs_direct_req *dreq, bool write)
 static void nfs_direct_readpage_release(struct nfs_page *req)
 {
        dprintk("NFS: direct read done (%s/%llu %d@%lld)\n",
-               req->wb_context->dentry->d_inode->i_sb->s_id,
-               (unsigned long long)NFS_FILEID(req->wb_context->dentry->d_inode),
+               d_inode(req->wb_context->dentry)->i_sb->s_id,
+               (unsigned long long)NFS_FILEID(d_inode(req->wb_context->dentry)),
                req->wb_bytes,
                (long long)req_offset(req));
        nfs_release_request(req);
This page took 0.023764 seconds and 5 git commands to generate.