xfs: don't leak uuid table on rmmod
[deliverable/linux.git] / fs / xfs / xfs_mount.h
index 7999e91cd49ad862d5fbeb29a5e5487ed94509a8..d6cbdcb168dde06d463c741aefce0298b2e94568 100644 (file)
@@ -312,6 +312,7 @@ typedef struct xfs_perag {
        int             pagb_count;     /* pagb slots in use */
 } xfs_perag_t;
 
+extern void    xfs_uuid_table_free(void);
 extern int     xfs_log_sbcount(xfs_mount_t *);
 extern __uint64_t xfs_default_resblks(xfs_mount_t *mp);
 extern int     xfs_mountfs(xfs_mount_t *mp);
This page took 0.027023 seconds and 5 git commands to generate.