[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1355380654-10949-1-git-send-email-ycnian@gmail.com>
Date: Thu, 13 Dec 2012 14:37:34 +0800
From: ycnian@...il.com
To: Trond.Myklebust@...app.com
Cc: linux-kernel@...r.kernel.org, linux-nfs@...r.kernel.org,
Yanchuan Nian <ycnian@...il.com>
Subject: [PATCH] nfs: Remove duplicate function declaration in internal.h
From: Yanchuan Nian <ycnian@...il.com>
Remove duplicate function declaration in internal.h
Signed-off-by: Yanchuan Nian <ycnian@...il.com>
---
fs/nfs/internal.h | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/fs/nfs/internal.h b/fs/nfs/internal.h
index 59b133c..440674f 100644
--- a/fs/nfs/internal.h
+++ b/fs/nfs/internal.h
@@ -409,9 +409,6 @@ extern struct nfs_write_header *nfs_writehdr_alloc(void);
extern void nfs_writehdr_free(struct nfs_pgio_header *hdr);
extern int nfs_generic_flush(struct nfs_pageio_descriptor *desc,
struct nfs_pgio_header *hdr);
-extern void nfs_pageio_init_write(struct nfs_pageio_descriptor *pgio,
- struct inode *inode, int ioflags,
- const struct nfs_pgio_completion_ops *compl_ops);
extern void nfs_pageio_reset_write_mds(struct nfs_pageio_descriptor *pgio);
extern void nfs_writedata_release(struct nfs_write_data *wdata);
extern void nfs_commit_free(struct nfs_commit_data *p);
--
1.7.4.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists