exportfs: make struct export_operations const
[deliverable/linux.git] / fs / xfs / linux-2.6 / xfs_super.h
index c78c23310fe85296f00affc28796fe58d419c544..3efcf45b14abed330cd482a8370b76c398572fde 100644 (file)
@@ -118,7 +118,7 @@ extern int  xfs_blkdev_get(struct xfs_mount *, const char *,
 extern void xfs_blkdev_put(struct block_device *);
 extern void xfs_blkdev_issue_flush(struct xfs_buftarg *);
 
-extern struct export_operations xfs_export_operations;
+extern const struct export_operations xfs_export_operations;
 
 #define XFS_M(sb)              ((struct xfs_mount *)((sb)->s_fs_info))
 
This page took 0.023715 seconds and 5 git commands to generate.