[PATCH] mm/{,tiny-}shmem.c cleanups
shmem_{nopage,mmap} are no longer used in ipc/shm.c Signed-off-by: Adrian Bunk <bunk@stusta.de> Cc: "Eric W. Biederman" <ebiederm@xmission.com> Cc: Hugh Dickins <hugh@veritas.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
de01bad2f5
commit
9b83a6a852
@ -660,15 +660,11 @@ static inline int page_mapped(struct page *page)
|
||||
extern void show_free_areas(void);
|
||||
|
||||
#ifdef CONFIG_SHMEM
|
||||
struct page *shmem_nopage(struct vm_area_struct *vma,
|
||||
unsigned long address, int *type);
|
||||
int shmem_set_policy(struct vm_area_struct *vma, struct mempolicy *new);
|
||||
struct mempolicy *shmem_get_policy(struct vm_area_struct *vma,
|
||||
unsigned long addr);
|
||||
int shmem_lock(struct file *file, int lock, struct user_struct *user);
|
||||
#else
|
||||
#define shmem_nopage filemap_nopage
|
||||
|
||||
static inline int shmem_lock(struct file *file, int lock,
|
||||
struct user_struct *user)
|
||||
{
|
||||
@ -688,7 +684,6 @@ static inline struct mempolicy *shmem_get_policy(struct vm_area_struct *vma,
|
||||
}
|
||||
#endif
|
||||
struct file *shmem_file_setup(char *name, loff_t size, unsigned long flags);
|
||||
extern int shmem_mmap(struct file *file, struct vm_area_struct *vma);
|
||||
|
||||
int shmem_zero_setup(struct vm_area_struct *);
|
||||
|
||||
|
Reference in New Issue
Block a user