/*
* 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.
*/
/*
* linux/fs/xiafs/namei.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*/
#include "xiafs.h"
#include <linux/highmem.h>
#include <linux/pagemap.h>