summaryrefslogtreecommitdiffstats
path: root/fs/nfs/write.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfs/write.c')
-rw-r--r--fs/nfs/write.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/fs/nfs/write.c b/fs/nfs/write.c
index c66206ac4ebf..babebbccae2a 100644
--- a/fs/nfs/write.c
+++ b/fs/nfs/write.c
@@ -145,13 +145,6 @@ static void nfs_io_completion_put(struct nfs_io_completion *ioc)
145 kref_put(&ioc->refcount, nfs_io_completion_release); 145 kref_put(&ioc->refcount, nfs_io_completion_release);
146} 146}
147 147
148static void nfs_context_set_write_error(struct nfs_open_context *ctx, int error)
149{
150 ctx->error = error;
151 smp_wmb();
152 set_bit(NFS_CONTEXT_ERROR_WRITE, &ctx->flags);
153}
154
155static struct nfs_page * 148static struct nfs_page *
156nfs_page_private_request(struct page *page) 149nfs_page_private_request(struct page *page)
157{ 150{