xfs: create a shared header file for format-related information
[deliverable/linux.git] / fs / xfs / xfs_attr_remote.h
index 92a8fd7977cc2b48649ed3e5c22344fe83fcd8c1..b3e1e1bdfb3b3621626266c4cf4fdeba30c08711 100644 (file)
@@ -45,8 +45,6 @@ struct xfs_attr3_rmt_hdr {
        ((bufsize) - (xfs_sb_version_hascrc(&(mp)->m_sb) ? \
                        sizeof(struct xfs_attr3_rmt_hdr) : 0))
 
-extern const struct xfs_buf_ops xfs_attr3_rmt_buf_ops;
-
 int xfs_attr3_rmt_blocks(struct xfs_mount *mp, int attrlen);
 
 int xfs_attr_rmtval_get(struct xfs_da_args *args);
This page took 0.024814 seconds and 5 git commands to generate.