|
@@ -1596,7 +1596,7 @@ retry:
|
|
|
* Get a reference to this pipe buffer,
|
|
|
* so we can copy the contents over.
|
|
|
*/
|
|
|
- ibuf->ops->get(ipipe, ibuf);
|
|
|
+ pipe_buf_get(ipipe, ibuf);
|
|
|
*obuf = *ibuf;
|
|
|
|
|
|
/*
|
|
@@ -1668,7 +1668,7 @@ static int link_pipe(struct pipe_inode_info *ipipe,
|
|
|
* Get a reference to this pipe buffer,
|
|
|
* so we can copy the contents over.
|
|
|
*/
|
|
|
- ibuf->ops->get(ipipe, ibuf);
|
|
|
+ pipe_buf_get(ipipe, ibuf);
|
|
|
|
|
|
obuf = opipe->bufs + nbuf;
|
|
|
*obuf = *ibuf;
|