1#ifndef _JFS_USER_H 2#define _JFS_USER_H 3 4typedef unsigned short kdev_t; 5 6#include <linux/jbd.h> 7 8 9#endif /* _JFS_USER_H */ 10