diff mbox

[09/38] Revert "pnfsd: filelayout: file layout specific callbacks"

Message ID 1368240182-32073-1-git-send-email-bhalevy@tonian.com (mailing list archive)
State New, archived
Headers show

Commit Message

Benny Halevy May 11, 2013, 2:43 a.m. UTC
This reverts commit c89fe09b70d3e5391db3b645f91ee10d75a31350.
---
 include/linux/nfsd/nfsd4_pnfs.h | 7 -------
 1 file changed, 7 deletions(-)
diff mbox

Patch

diff --git a/include/linux/nfsd/nfsd4_pnfs.h b/include/linux/nfsd/nfsd4_pnfs.h
index 95b8b6e..1e6ef66 100644
--- a/include/linux/nfsd/nfsd4_pnfs.h
+++ b/include/linux/nfsd/nfsd4_pnfs.h
@@ -260,13 +260,6 @@  struct pnfsd_cb_operations {
 	/* Generic callbacks */
 	int (*cb_layout_recall) (struct super_block *, struct inode *,
 				 struct nfsd4_pnfs_cb_layout *);
-
-	/* pNFS Files layout specific callbacks */
-
-	/* Callback from fs on MDS only */
-	int (*cb_get_state) (struct super_block *, struct pnfs_get_state *);
-	/* Callback from fs on DS only */
-	int (*cb_change_state) (struct pnfs_get_state *);
 };
 
 #endif /* _LINUX_NFSD_NFSD4_PNFS_H */