4 * Copyright (C) 1995 Volker Lendecke
8 #ifndef _LINUX_NCP_FS_I
9 #define _LINUX_NCP_FS_I
14 * This is the ncpfs part of the inode structure. This must contain
15 * all the information we need to work with an inode after creation.
17 struct ncp_inode_info {
22 struct semaphore open_sem;
26 #define NCPI_KLUDGE_SYMLINK 0x0001
28 struct inode vfs_inode;
31 #endif /* __KERNEL__ */
33 #endif /* _LINUX_NCP_FS_I */