/*
* Porting work to modern kernels copyright (C) Jeremy Bingham, 2013.
* Based on work by Linus Torvalds, Q. Frank Xia, and others as noted.
*
* This port of Q. Frank Xia's xiafs was done using the existing minix
* filesystem code, but based on the original xiafs code in pre-2.1.21 or so
* kernels.
*/
#include <linux/buffer_head.h>
#include "xiafs.h"