Message ID | 1368240182-32073-1-git-send-email-bhalevy@tonian.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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 */