diff options
Diffstat (limited to 'fs/ncpfs/ncplib_kernel.h')
-rw-r--r-- | fs/ncpfs/ncplib_kernel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ncpfs/ncplib_kernel.h b/fs/ncpfs/ncplib_kernel.h index 5233fbc1747a..17cfb743b5bf 100644 --- a/fs/ncpfs/ncplib_kernel.h +++ b/fs/ncpfs/ncplib_kernel.h | |||
@@ -191,7 +191,7 @@ struct ncp_cache_head { | |||
191 | int eof; | 191 | int eof; |
192 | }; | 192 | }; |
193 | 193 | ||
194 | #define NCP_DIRCACHE_SIZE ((int)(PAGE_CACHE_SIZE/sizeof(struct dentry *))) | 194 | #define NCP_DIRCACHE_SIZE ((int)(PAGE_SIZE/sizeof(struct dentry *))) |
195 | union ncp_dir_cache { | 195 | union ncp_dir_cache { |
196 | struct ncp_cache_head head; | 196 | struct ncp_cache_head head; |
197 | struct dentry *dentry[NCP_DIRCACHE_SIZE]; | 197 | struct dentry *dentry[NCP_DIRCACHE_SIZE]; |