diff options
| author | Andrew Morton <akpm@osdl.org> | 2004-02-03 18:41:59 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.osdl.org> | 2004-02-03 18:41:59 -0800 |
| commit | 076cf989db79ff1957fd8bcf57d75d6555158055 (patch) | |
| tree | e49dba20a0264e974849b16261623c7d60258c3e /include/linux | |
| parent | e5868a37452774d6a6f03173d994244d5cd4027c (diff) | |
[PATCH] hugetlbfs directory entry cleanup
From: Anton Blanchard <anton@samba.org>
hugetlbfs is doing strange things with directory sizes. Al says there is no
semantics for reported size of directories so we can remove this code.
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/hugetlb.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/hugetlb.h b/include/linux/hugetlb.h index 72bda668895b..a88f16ccdc5a 100644 --- a/include/linux/hugetlb.h +++ b/include/linux/hugetlb.h @@ -95,8 +95,6 @@ static inline struct hugetlbfs_sb_info *HUGETLBFS_SB(struct super_block *sb) return sb->s_fs_info; } -#define PSEUDO_DIRENT_SIZE 20 - extern struct file_operations hugetlbfs_file_operations; extern struct vm_operations_struct hugetlb_vm_ops; struct file *hugetlb_zero_setup(size_t); |
