aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ncpfs/ncp_fs_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ncpfs/ncp_fs_i.h')
-rw-r--r--fs/ncpfs/ncp_fs_i.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ncpfs/ncp_fs_i.h b/fs/ncpfs/ncp_fs_i.h
index 4b0bec477846..c4794504f843 100644
--- a/fs/ncpfs/ncp_fs_i.h
+++ b/fs/ncpfs/ncp_fs_i.h
@@ -22,6 +22,7 @@ struct ncp_inode_info {
int access;
int flags;
#define NCPI_KLUDGE_SYMLINK 0x0001
+#define NCPI_DIR_CACHE 0x0002
__u8 file_handle[6];
struct inode vfs_inode;
};