diff options
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_super.c')
| -rw-r--r-- | fs/xfs/linux-2.6/xfs_super.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/linux-2.6/xfs_super.c b/fs/xfs/linux-2.6/xfs_super.c index de05abbbe7f..b93265b7c79 100644 --- a/fs/xfs/linux-2.6/xfs_super.c +++ b/fs/xfs/linux-2.6/xfs_super.c @@ -56,6 +56,7 @@  #include <linux/mempool.h>  #include <linux/writeback.h>  #include <linux/kthread.h> +#include <linux/freezer.h>  STATIC struct quotactl_ops xfs_quotactl_operations;  STATIC struct super_operations xfs_super_operations;  |